body {
	font-family: Tahoma;
}
h1 {text-align:left; margin:25px 4px; font-family: Tahoma, sans-serif; line-height:115%; color:#fff;}
h2 {text-decoration:underline;}
img {margin:0px 7px;}
p {
	line-height: 130%;
}
a {text-decoration:none;}
a:hover {text-decoration:underline;}

a.menulink {
		display:block;
		line-height:100%;
		padding:5px 20px;
		margin:5px 5px;
		color:#000;
		background:#999;
		text-decoration: none;
		font-size:18px;
		font-weight:400;
		width:auto;	
		text-align:center;
		border-top:0;
		border-left:0;
		border-right:solid #000 2px;
		border-bottom:solid #000 2px;
	}
	
a:hover.menulink, a:active.menulink  {
		display:block;
		line-height:100%;
		padding:5px 20px;
		margin:5px 5px;
		color:#ccc;
		background:#336;
		text-decoration: none;
		font-size:18px;
		font-weight:400;
		width:auto;	
		text-align:center;
		border-top:solid #000 2px;
		border-left:solid #000 2px;
		border-right:0;
		border-bottom:0;
	}

.footer {margin:2px 0; line-height:100%; font-size:12px; color:#ccc;}
a:link.footer, a:visited.footer, a:active.footer {text-decoration:none; color:#999;}
a:hover.footer {text-decoration:none; color:#c60;}