A:link {
	background-color : transparent;
	color : #ffffff;
	text-decoration : none;
}

A:visited {
	background-color : transparent;
	color : #ffffff;
	text-decoration : none;
}

A:hover {
	background-color : transparent;
	color : #66cc66;
	text-decoration : underline;
}

A.text:link {
	background-color : transparent;
	color : #000066;
	text-decoration : none;
	font-weight : bold;
}

A.text:visited {
	background-color : transparent;
	color : #336666;
	text-decoration : none;
	font-weight : bold;
}

A.text:hover {
	background-color : transparent;
	color : #66cc66;
	text-decoration : underline;
	font-weight : bold;
}

body, td {
font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
}

.reverse {
color : #ffffff;
font-size : 14px;
font-weight : bold;
margin : 4px;
}

p {
	margin-bottom : 5px;
	margin-top : 5px;
}

.body {
color : #000000;
font-size : 0.6em;
margin : 10px;

}

ul, dl, dt, dd {
color : #000000;
font-size : 0.6em;
}

.white {
color: #ffffff;
margin-bottom: 2px;
font-size : 16px;
}

.gray {
color: #cccccc;
font-size : 16px;
}

.h1 {
color: #003366;
font-size: 12px;
font-weight : bold;

}