
body {
	background-color:#000000;
	font-family	: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin     	: %3;
	color		: #fdd788;
	font-size	: 100%;
	}


h1 {  
	font-size: 18pt;
	color	 : #FFFFCC;
} 

a { text-decoration: none;
	font-weight: bold; 
	color: #FDD780;
}

li { text-indent: 10pt;
	margin-top: 3pt; 
	text-align: left;
	color: #FF0000;
}


h2,h3,h4,h5,h6{
	color:#ff0000
	}


table {
	width		: 100%;
	background-color:#000000;
	font-size	: 10pt; 
	font-family	: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td {
	color		: #fdd788;
	border-width	: 1px;
	border-style	: solid;
	border-color	: #aa9900;
	padding		: 2px;
	font-size	: 10pt; 
	font-family	: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.section {
	font-weight: bold; 
	font-size: 11pt; 
	color: #f5eede
}

a {
	color: #fdd788; 
	text-decoration: none;
}

a:visited {
	color: #ffddaa
}

a:hover {
	color: #ffff00; 
	text-decoration: underline;
}

a:active {
	color: #ff0000; 
	text-decoration: underline
}

UL {
	list-style-type : none;
}



