/*
 * Style sheet for various webpages.  Don Stone.  June 2003.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 14px;
	background-color: white;
	color: black;
	margin: 8px;
}

/* Style for all table cells. */
td {
	font-size: 13px;
	vertical-align: top;
	margin: 6px;
}

/* Headers */
h1 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom : 0px;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom : 0px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom : 0px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom : 0px;
}

/* Custom link styles */
a:link {
	text-decoration: underline;
	color: #3333EE
}

a:visited {
	color: #991199
}

a:hover {
	color: #FF0044
}

a:active {
	color: #FF0000
}
