/* CSS Document */

body {
		font-family:verdana,arial,helvetica,sans-serif;
		background-color: #000000;
	}
	
a:link {color: #990000; text-decoration: none;}	
a:visited {color: #990000; text-decoration: none;}
a:hover {color: #CCCC33; text-decoration: underline;}
a:active {color: #990000; text-decoration: none;}

p {color: #ff6600; font-size: 12px;}
