A {
	COLOR: #FFFF00;
	TEXT-DECORATION: none;
}

A:hover {
	COLOR: Red;
	TEXT-DECORATION: none;
}

BODY {
	BACKGROUND: #0066cc; 
	COLOR: White; 	
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	}

H1 {
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif; 
	MARGIN-BOTTOM: 8px
	}

H2 {
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif; 
	MARGIN-BOTTOM: 8px
	}

H3 {
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif; 
	MARGIN-BOTTOM: 0px;
	}

H4 {
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif; 
	MARGIN-BOTTOM: 8px
	}

HR {
	COLOR: Yellow; HEIGHT: 1px
	}

P {
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;	
	color : White;
	}

TABLE {
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;	
	color : White;
	}

TD {
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;	
	color : White;
	}

DIV {
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif
	}

FORM {
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif
	}

.navbar { 
	border-bottom-width : 1px; 
	border-color : Yellow; 
	border-left-width : 0; 
	border-right-width : 0; 
	border-style : solid; 
	border-top-width : 1px; 
	font-family : Arial, sans-serif; 
	font-size : small; 
	height : 22px; 
	margin-bottom : 4px;
	padding-top : 1px; 
	width : 100%; 
}

.navbar A {	
	COLOR: Yellow;
}
