/* CSS Document */


a:link, a:visited {
	text-decoration: none;
	color: #990000;
	font-style: italic;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FF3300;
	text-decoration: underline;
}



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #C78919;
}
