
BODY { 
  color: #990000; 
  background: #00FFFF !important;
}

* { 
  color: inherit; 
  background: transparent;
}
* {
	font-family: Comic Sans MS; 
	text-align:center;
	color:#990000
	}
	
	
A:link    { color: #0000FF }   /* unvisited links */
A:visited { color: #0000FF }   /* visited links   */
A:hover   { color: #0000FF }   /* user hovers     */
A:active  { color: #0000FF }   /* active links    */

H1 { color: #0000FF; font-size: 2em }
H2 { color: #990000; font-size: 1.5em }
H5 {color:#990000}

.submittee {	font-size: 14px; 
				font-style:italic; 
				font-weight:bold;
				color:blue;
				}

table.tes {
	border-collapse:collapse;
	padding: 100px;
	align: center;
	width: 80%
	}
	
.siteguide {color:#FF00FF}

/* Site Guide */

table.sg
{
table-layout: automatic;
border: 0;
align: center;
	margin: 1em auto;
	width: 80%;
	border-spacing: 5px 5px;
	border-collapse: separate;
	empty-cells: show;
	}
	
.sg1 { color:#990000; font-size:18px}
.sg2 {font-size: 17px}
td.sga {font-size:16px;
		font-weight:100}
td.sgb  {font-size: 13px;
		font-style:normal}	
		
		
#bottom { font-size:9px;
			color:#FF00FF;
			}