BODY {
	color: Black;
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: justify;
}

A {
	color: Black;
	text-decoration: none;
}

A:HOVER {
	color: Navy;
	text-decoration: underline;
}
A:VISITED {
	color: black;
	text-decoration: none;
}
A.bar {
	color: white;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
A.bar:HOVER {
	color: red;
	}
A.bar:VISITED {
	color: yellow;
	text-decoration: none;
}
P {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: inherit;
	color: Black;
	text-align: justify;
}
h1 {  
	font-size: 14px; 
	color: #D95B00; 
	letter-spacing: 1px; 
	border-color: black black #000000; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 2px; 
	border-left-width: 0px
}