A:Link, A:Active, A:Visited {
	cursor: help;
	text-decoration:none;
	color: #bd6714;
	font-family: Garamond;
	font-size: 13px;
	letter-spacing : 2px;
}

A:hover	{
	cursor: help;
	text-decoration:none;
	color: #933406;
	font-family: Garamond;
	font-size: 13px;
	letter-spacing : 2px;
}


body, table {
	background-color:#cc3f2e;
	scrollbar-face-color: #e84d42;
	scrollbar-highlight-color: #cc3f2e;
	scrollbar-shadow-color: #cc3f2e;
	scrollbar-3dlight-color: #cc3f2e;
	scrollbar-arrow-color: #5f090a;
	scrollbar-track-color: #cc3f2e;
	scrollbar-darkshadow-color: #cc3f2e;
	font-size: 11px;
	font-family:Georgia, Trebuchet MS, Arial, Verdana, Sans-Serif;
	color:#fde29f;
	text-align : justify;
	margin : 10px 0px 0px 5px;
}

#content {
	background-color: #5f090a;
	border : 0px;
	width : 350px;
}

#text {
	margin : 12px 2px 2px 5px;
}


#navi A  {
	cursor: help;
	text-decoration:none;
	color: #5f090a;
	font-family: Tahoma;
	font-size: 11px;
	background-color : #cc3f2e;
	padding : 10px 10px 10px 10px;
	text-align : center;
	margin-top : 10px;
}

#navi A:hover {
	cursor: help;
	text-decoration:none;
	color: #e84d42;
	font-family: Tahoma;
	font-size: 11px;
	background-color : #cc3f2e;
	padding : 10px 10px 10px 10px;
	text-align : center;
	margin-top : 10px;
}




h1 {
	font-size: 15px;
	font-family: Times, Helvetica, sans-serif;
	font-weight: bold;
	color:#f43177;
	letter-spacing : 2px;
	text-transform : uppercase;
	background-image : url(h1.gif);
	height : 20px;
	margin : 12px;
}

h2 {
	font-style : italic;
	letter-spacing : 2px;
	font-size : 12px;
	border-bottom : 2px dotted #cc3f2e;
	border-top : 2px dotted #cc3f2e;
	line-height : 25px;
	width : 100%;
	text-align : center;
}

input, textarea, option, select {	background-color: #cc3f2e;	font: 11px verdana;	color: #fde29f;	border: 1px solid #5f090a; }