BODY, H1, H2, H3, H4, H5, H6, TD, 
TH, P, UL, DL, DT, LI {font-family:  Utopia, Helvetica, sans-serif}
SUB, SUP { font-family: Utopia, Helvetica, sans-serif; font-size: 65%}
SUB { vertical-align: -0.6ex; }
SUP { vertical-align: 0.8ex; }

body {
   color: black;
	background-color: #C0C0C0;
}

a {
	color: Red;
}

a:active {
	color: Green;
}

a:visited {
	color: Navy;
}

a:hover {
	color: Green;
}


h1, h2, h3, h4, h5, h6 {
/*	font-family: sans-serif; */
	font-weight: bold;
   color:  	#00008B;  /* darkblue */
}

h1 {font-size: 200%}
h2 {font-size: 160%}
h3 {font-size: 140%}
h4 {font-size: 100%}
h5 {font-size: 100%}
h6 {font-size: 100%}


address {
	background-color: #ddd;
	color: black;
}
