body {
background-color:#003366;
  SCROLLBAR-FACE-COLOR: #FF0000;
  SCROLLBAR-HIGHLIGHT-COLOR: #990000;
  SCROLLBAR-SHADOW-COLOR: #666666;
  SCROLLBAR-3DLIGHT-COLOR: #CCCCFF;
  SCROLLBAR-ARROW-COLOR: #FFFFFF;
  SCROLLBAR-TRACK-COLOR: #000000;
  SCROLLBAR-DARKSHADOW-COLOR: #000000;
}

#wrap {
	background-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-style: normal;
	line-height: normal;
	font-weight: 200;
	font-variant: normal;
	text-transform: none;
	color:#006633;
	}
	
#wrap a:link {color:#FF9900}     /* unvisited link */
#wrap a:visited {color: #FF9900}  /* visited link */
#wrap a:hover {font-weight:normal; color: #FFFFFF; background-color:#000000}   /* mouse over link */
#wrap a:active {color: #FF9900}   /* selected link */

h1.yellow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style: normal;
	line-height: normal;
	font-weight: 200;
	font-variant: normal;
	text-transform: none;
	color: #FFFF00;
	}
	
h1.red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-style: normal;
	line-height: normal;
	font-weight: 200;
	font-variant:small-caps;
	text-transform:none;
	coloR:#FF0000;
	}
	
	
h1.class1{
color:blue
}

h1.class2{
color:red
}

h1.yellow a:link {color:#996633}     /* unvisited link */
h1.yellow a:visited {color: #996633}  /* visited link */
h1.yellow a:hover {font-weight:normal; color: #FFFFFF; background-color:#000000}   /* mouse over link */
h1.yellow a:active {color: #996633}   /* selected link */



a:link {color: #FF0000}     /* unvisited link */
a:visited {color: #FF0000}  /* visited link */
a:hover {font-weight:normal; color: #FFFF00; background-color:#000000}   /* mouse over link */
a:active {color: #FF0000}   /* selected link */