/* CSS Document */

html {
	margin: 0;
	padding: 0;
	}
body { 
	font-family: Arial, Helvetica, sans-serif;
	background: #000000; 
	margin: 0; 
	padding: 0;
	background-repeat: no-repeat;
	}
p { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
ul { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}	
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #ffffff;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #ffffff;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #003300;
	}


