﻿body {
	font-family:sans-serif;
	background-color:white;
}
blockquote {
        font-size:80%;
}
#wrapper {
	padding-left:0px;
	padding-right:0px
}
#header {
	color:rgb(0,102,0);
	text-align:center;
	background:transparent url(uulogo.png) no-repeat top left;
	padding-top:1px;
	padding-bottom:44px;
}
#navigator {
	margin-top:1px;
	margin-bottom:1px;
	padding-left:4px;
	border:solid rgb(153,153,204);
	border-top-width:thin;
	border-bottom-width:thin;
	border-left-width:0;
	border-right-width:0;
	text-align:center;
	font-size:70%;
}
#navigator a {
	background-color:rgb(204,204,204);
	text-decoration:none;
}
#navigator a:hover {
	color:rgb(0,0,255);
	background-color:rgb(255,255,0);
}
#content {
	margin-top:4px;
	margin-left:5em;
	margin-right:5em;
}
#footer {
	margin-top:30px;
	margin-bottom:1px;
	border:solid rgb(153,153,204);
	border-top-width:0;
	border-bottom-width:thin;
	border-left-width:0;
	border-right-width:0;
	padding-left:4px;
	margin-bottom:0;
	color:rgb(102,0,0);
	text-align:center;
	font-size:80%;
}
#bottom {
	clear:both;
	text-align:center;
	font-size:70%;
	font-weight:bold;
	color:rgb(0,102,0); 
}
h1 {
	font-size: 200%;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 150%;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
h3 { font-size:120%; }
h4 { font-size:100%; }
pre { font-family: monospace; }
.small-text { font-size:70%; }

