@charset "utf-8";

body {
	font-size: 11px; 
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	line-height: 2em;
	color: #333333;
	background-color: #EEEEEE; 
	text-align: left;
	}

a {
	text-decoration: none;
	}

a:link {
	color: #333333;
	border-style: none none dotted none;
        border-width: 0 0 1px 0px;
        padding: 3px 0px 3px 0px;
	}

a:visited {
	color: #333333;
	}

a:hover {
	color: #333333;
	border-style: dotted dotted dotted dotted;
        border-width: 2px 2px 2px 2px;
	border-color: #3399FF;
        padding: 3px 3px 3px 3px;
	}

h1 {
	font-family: "Gill Sans", Verdana, "Bitstream Vera Sans", sans-serif;
	text-transform: uppercase;
	font-size: 1em; 
	line-height: 1.5em;
	letter-spacing: .25em;
	margin: 2em 0 2em 0;
	}

ul {
	padding-left: 2em;
	margin: 0 0 2em 2em;
	list-style-type: circle;
	}

