P, UL, OL { 
 margin-top : 0;
 margin-bottom : 0;
}
A.menu { 
 font: 13px arial;
 font-weight : bold;
 color : #949494;
 text-decoration : none;
} 
A.menu:hover { 
 font: 13px arial;
 font-weight : bold;
 color : #C40000;
 text-decoration : none;
} 
A.bot { 
 font: 11px arial;
 color : #949494;
 text-decoration : none;
} 
A.bot:hover { 
 font: 11px arial;
 color : #C40000;
} 
h1 {
	border: double;
	border-color: gray;
	font: 14px verdana;
	width:200px;
}
h2 {
	margin: 0px;
	padding: 5px;
	border: 1px dotted;
	border-color: gray;
	font: 12px verdana;
	background-color: #eeeeee;
}
a {
	color: blue;
	text-decoration: none;
}
