/* CSS Document */

/* Used for Netscape 4 browser, or for instances where 'text only' is selected as an view option */

html, body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}
a:link {
	color: #0099CC;
}
a:visited {
	color: #D58F00;
}
a:hover, a:active {
	color: #D58F00;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
