<!-- ------------------------------- Body Text ------------------------------------------ -->
BODY {
	background-color : #CCCCCC;
	font-family : Tahoma, Ariel;
	font-size : 12pt;
	padding-left : 12;
	padding-right : 12;
	MARGIN: 10px 20px 20px;
	{scrollbar-face-color: #0066FF; 
	scrollbar-shadow-color: gray; 
	scrollbar-highlight-color: "white"; 
	scrollbar-3dlight-color: gray; 
	scrollbar-darkshadow-color: #191970; 
	scrollbar-track-color: #C0C0C0; 
	scrollbar-arrow-color: #CCCCCC}
}
<!-- ------------------------------------- Header Text --------------------------------- -->
H6 {
	background-color : #C0C0C0;
	font-family : Tahoma, Ariel;
	font-size : 12pt;
	padding-right : 12;
	padding-left : 12;
	padding-bottom : 12;
	padding-top : 12;
	FONT-WEIGHT: bold;
}
<!-- ---------------------------------- Box Text ---------------------------------------- -->
H4 {
	background-color : #C0C0C0;
	font-family : Tahoma, Ariel;
	font-size : 12pt;
	font-style : italic;
	padding-bottom : 20;
	padding-left : 20;
	padding-right : 20;
	padding-top : 20;
	text-align : center;
	margin-left : 50;
	margin-right : 50;
	FONT-WEIGHT: lighter;
}
<!-- ---------------------------------- Small Text -------------------------------------- -->
H3 {
	background-color : #CCCCCC;
	font-family : Tahoma, Ariel;
	font-size : 8pt;
	font-style : italic;
	padding-bottom : 12;
	padding-left : 12;
	padding-right : 12;
	padding-top : 12;
	FONT-WEIGHT: lighter;
}
<!-- ---------------------------- Links ------------------------------------------------- -->
A { text-decoration: none; }
A:visited, A:active { text-decoration: none; }
A:hover { color: purple; text-decoration: underline;

