/* CSS Document 
Times New Roman, Times, serif
Verdana, Arial, sans-serif
*/

BODY, TD, P {
	font-family : Berkley, Verdana, Arial, sans-serif ;
	font-size : xx-small;
	color : #333333;
}

.listings {
	font-family : Berkley, Verdana, Arial, sans-serif ;
	font-size : xx-small;
	color : #333333;
}

A {
	text-decoration: underline;
	color: #003366;
}

A:Hover {
	text-decoration: underline;
	color: #3399ff;
}
.headline {
	font-family: Berkley, Verdana, Arial, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
