P, DIV, BODY, BLOCKQUOTE, TD, UL, LI {
	font-family : "courier new", courier, serif;
	font-size : 12px;
	font-weight: normal;
	color: #b0b0b0;
}

SELECT, OPTION, INPUT, TEXTAREA {
	font-family : "courier new", courier, serif;
	font-size : 12px;
	font-weight: normal;
	color: #000000;
	background-color: #dddddd;
}

B {
	font-family : "courier new", courier, serif;
	font-size : 12px;
	font-weight: bold;
	line-height: 17px;

}

A {
	font-family : "courier new", courier, serif;
	font-size : 12px;
	font-weight: bold;
	line-height: 17px;
	text-decoration: none;
	color: #eeeeee;
}

A:Visited {
	color:#ededed;
}

A:Hover {
	color: #ffffff;
	text-decoration: underline;
}


H1 {
	font-family : arial, helvetica, sans;
	font-size: 13px; color : #eeeeee;
	font-weight: bold;
	line-height: 13px;
}
H2 {
	font-family : arial, helvetica, sans;
	font-size: 18px; color : #eeeeee;
}

H3 {
	font-family : arial, helvetica, sans;
	font-size: 13px; color : #eeeeee;
	font-weight: bold;
	line-height: 13px;
}

H4 {
	font-family : arial, helvetica, sans;
	font-size: 12px; color : #eeeeee;
}
A.test{
	font-family : "courier new", courier, serif;
	font-size : 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

A.test:Visited {
	color:#000000;
}

A.test:Hover {
	color: #000000;
	text-decoration: underline;
}


