.text{                        
	border: thin solid #AAAAAA;                        
	background-color: #ffffff;                        
	padding: 5px;                        
	font-family: sans-serif;                        
	font-size: 12px;                
}                

.smallertext{
	font-family: sans-serif;
	font-size: 10px;
}

h1{
	font-size: 14pt;
	margin-bottom: 1px;
	margin-top: 1px;
}

h2{
	font-size: 12pt;
	margin-bottom: 1px;
	margin-top: 1px;
}

a{                        
	text-decoration: none;                        
	color: #880000;                
}                

a:hover {
	cursor: pointer;
}

div[id="mainlinks"] > a:hover {
        color: #606060;
}

a.largerbold{                        
	text-decoration: none;                        
	font-weight: bold;                        
	font-size: 16px;                        
	color: #880000;                
}


