body, p {
	font-family: Times New Roman, Arial, Helvetica, sans-serif; 
        background-color: #000000; 
        color: #C0C0C0; 
	font-size: 12pt; 
	font-weight: normal
}

H1 {
	font-family: Times New Roman, Arial, Helvetica, sans-serif; 
	COLOR: #c0c0c0; 
	font-size: 30pt; 
	font-style: italic; 
	font-weight: normal
}
H2 {
	font-family: Times New Roman, Arial, Helvetica, sans-serif; 
	COLOR: #c0c0c0; 
	font-size: 20pt; 
	font-style: italic; 
	font-weight: normal
}
A:link {
	COLOR: red; 
	TEXT-DECORATION: none
}
A:active {
	COLOR: blue; 
	TEXT-DECORATION: underline
}
A:visited {
	COLOR: red; 
	TEXT-DECORATION: none
}
A:hover {
	COLOR: red; 
	TEXT-DECORATION: none;
	font-weight: bold
}
