
/* 
color:#ffffff;   white
color:#e0e0e0;   light gray
color:#f8f8f8;   light gray
color:#0033ff;   dark blue
color:#555555;   gray
color:#ff9933;   light orange
color:#cc3300;   red/brown/orange
color:#660066;   purple
color:#669900;   green
color:#6699cc;   light gray-blue
*/

a {
	color:#003399;
	text-decoration:underline; 
	font-size:110%;
}

a:visited {
	color:#6699cc;
}

a:hover {
	text-decoration: underline; 
	background-color:#ccff66;
}

p.quote {
	font-style:italic;
	font-size:80%;
	text-align:center;
}

body {
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 100%;
}

ul {
	color:#333333;
}

ul.top {
	font-weight:bold;
	font-size: 110%
}

ul.mid {
	font-weight:normal;
	font-size: 90%
}
ul.third {
	font-size: 80%
}


h1 {
	color:#669900;
	font-weight:bold;
	padding-top: 0.2em;
	text-align:center;
}

h2 {
	color:#669900;
	background-color:#f8f8f8;
	font-size:150%;
	font-weight:bold;
	border-style:solid; 
	border-width:1px; 
	border-color:#a0a0a0;
	text-align:center;
}

h3 {
	color:#669900;
	font-size:110%;
	font-weight:bold;
	font-style:italic;
	text-align:center;
}

table.image {
	background-color:#f8f8f8;
	border-style:solid; 
	border-width:1px; 
	border-color:#a0a0a0;
	text-align:center;
}

