body {
	margin: 0;
	font : normal 0.79em/110% Verdana, Geneva, Helvetica, Arial, sans-serif;
	background : url(/images/background.jpg);
}

p,li {
	text-align: left;
	line-height : 1.6em;
}

h1 {
	font : bold 140%/150% Verdana, Helvetica, Arial, sans-serif;
}
h2 {
	font : bold 120%/130% Verdana, Helvetica, Arial, sans-serif;
}
h3 {
	font : bold 100%/120% Verdana, Helvetica, Arial, sans-serif;
}
a:link {
	color : Navy;
	border-bottom : 1px solid Navy;
	text-decoration : none;
}
a:visited {
	color: Navy;
	border-bottom : 1px dashed Navy;
	text-decoration : none;
}
a:hover {
	background-color : #FF9933;
	text-decoration : underline;
	color : Navy;
}

pre {
	font: 110%/120% "Letter Gothic" "Courier New" Courier monotype;
}

img.left {float:left; margin-right:10px; border:2px solid #101070;}
img.center {text-align:center; border:2px solid #101070;}
img.right {float:right; margin-left:10px; border:2px solid #101070;}
