/* CSS Document */
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	border: 1px solid #999999;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	border: 1px solid #999999;
}
<!-- no line text link -->
.noline:link {text-decoration: none; color: #ffffff}
.noline:visited {text-decoration: none; color: #ffffff}
.noline:hover {text-decoration: none; color: #F7DE10}
<!-- End no line text link -->

<!-- rev line text link -->
.nolinerev_r:link {text-decoration: none; color: #0000ff}
.nolinerev_r:visited {text-decoration: none; color: #0000ff}
.nolinerev_r:hover {text-decoration: UnderLine; color: #FF0000}
<!-- End rev line text link -->

<!-- rev line text link -->
.nolinerev_b:link {text-decoration: none; color: #0000ff}
.nolinerev_b:visited {text-decoration: none; color: #0000ff}
.nolinerev_b:hover {text-decoration: UnderLine; color: #333366}
<!-- End rev line text link -->

<!-- revc line text link -->
.nolinerev_cr:link {text-decoration: none; color: #FF0000}
.nolinerev_cr:visited {text-decoration: none; color: #0000ff}
.nolinerev_cr:hover {text-decoration: UnderLine; color: #0000ff}
<!-- End revc line text link -->

<!-- revc line text link -->
.nolinerev_cb:link {text-decoration: none; color: #0000ff}
.nolinerev_cb:visited {text-decoration: none; color: #0000ff}
.nolinerev_cb:hover {text-decoration: UnderLine; color: #0000ff}
<!-- End revc line text link -->

<!-- Begin Scrollbar Effects -->
BODY {
color: #000000;
  SCROLLBAR-BASE-COLOR: #F7DE10;
  SCROLLBAR-ARROW-COLOR: #F7DE10;
  SCROLLBAR-TRACK-COLOR: #F7DE10;
  SCROLLBAR-SHADOW-COLOR: #000000;
  SCROLLBAR-FACE-COLOR: #415393;
  SCROLLBAR-HIGHLIGHT-COLOR:#F7DE10;
  SCROLLBAR-3DLIGHT-COLOR: #F7DE10;
  SCROLLBAR-DARKSHADOW-COLOR:#ffffff; 
}
{
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
<!-- End Scrollbar Effects -->

<!-- Begin Text Heading -->
h1{
	color: #333366;
	font-size: large;
}

h2 {
	color: #333366;
	font-size: medium;
}

h3 {
	color: #333366;
	font-size: medium;
}

h4 {
	color: #333366;
	font-size: small;
}

h5 {
	color: #333366;
	font-size: x-small;
}

h6 {
	color: #333366;
	font-size: xx-small;
}
<!-- End Text Heading -->