/* Style sheet for all main pages */

BODY {
  font-family: arial;
  font-size: small;
  line-height: 1.1;
  background: #FFFFFF;
  color: #000000;
}

H1 { font-size: large }
H2 { font-size: medium }
H3 { font-size: small }
H4 { font-size: x-small }

HR { color: #000000 }

span.logo { 
	font-size: x-large;
	font-family: lucida calligraphy; 
	color: #444999;
}

A:link { color: #000055 }
A:visited { color: #000055 }
A:active { color: #000055 }
A:hover { color: #222277 }

TABLE.title { background: #111166 }
TD.title { background: #FFFFFF }
