body {margin : 0;
  padding : 0;
  background-color : #ffffff;
  font-family : arial, helvetica, "ms sans serif";
  color: #000000;}

a {font-weight: bold;
  font-family: arial, helvetica, "ms sans serif";
  color: #000099;
  text-decoration:none;}
  
a:visited {color:#666633;}

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

h1 {font-family : "times new roman", times, serif; 
    margin-bottom: 0px;} 	

h2 {font-family : arial, helvetica, "ms sans serif"; 
    margin-top: 0px;}

h3 {font-family : arial, helvetica, "ms sans serif"; 
	 font-weight : normal;}
	 
h4 {font-family : arial, helvetica, "ms sans serif"; 
	 font-weight : bold;
	 font-size : 80%;
	 margin-bottom: 0px;
	 margin-top: 20px}
	 
p {margin-top: 5px;
font-size: 80%;}

blockquote {font-size: 80%;} 

#smalltext {font-size: 70%; font-weight: bold;}

#leftcolumn {
  position : absolute;
	left : 0;
	top : 10px;
	width : 180px;
	margin-left : 10px;
	margin-top : 20px;
	padding : 3px;
  	font-size: 80%;
	font-weight: bold;
}

#rightcolumn {
	position : absolute;
	left : 80%;
	top : 165px;
	width : 120px;
	font-weight: bold;
	font-size: 70%;
	padding : 3px;
}

#maintext {
  	top : 10px;
  	margin-top : 10px;
	margin-right: 25%;
	margin-bottom: 0px;
	margin-left: 165px;
  	padding : 3px;
}
#maintext a {font-weight: normal;
	text-decoration: underline
}
#bottomlinks {
	margin-left: 165px;
  	padding : 3px;
	font-size: 60%;
	color: #000099;}
	

