
BODY {
	margin: 17px;
}


A {
	text-decoration: none;
	font-family: Verdana, Geneva, Arial;
	font-size: 11px;
	color: #993300;
}

A:hover {
	color: #FFFF99;
}

A.links {
	color: #993300;
	line-height: 12px;
}

A.links:hover {
	font-weight: bold;
	color: #993300;	
}

A.linksintext {
	text-decoration: underline;
	color: #993300;
	line-height: 5px;
}

A.linksintext:hover {
	text-decoration: none;
	color: #993300;	
	font-weight: normal;
}

A.test {
	font-weight: bold;
	color: red;	
}

A.test:hover {
	font-weight: bold;
	color: yellow;	
}

A.colors {
	color:#FFFF33
}


B {
	text-decoration: none;
	font-family: Verdana, Geneva, Arial;
	color: #993300;
	font-size: 15px;
}

B.inside {
	font-size: 13px;
}

B.inside2 {
	font-size: 12px;
}

IMG {
	color: #f6dc00;
	border-color: #f6dc00;
}

SPAN {
	font-family: Verdana, Geneva, Arial;
	font-size:12px;
	line-height: 16px;
	text-align: left;
	color: #993300;
}

SPAN.linkinfo {
	font-family: Verdana, Geneva, Arial;
	font-size:10px;
	line-height: 14px;
	text-align: left;
	color: #993300;
}

SPAN.header {
	color: #323332;
}



