h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:1.4em;
	padding-bottom: 0.8em;
}

p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	line-height:1.6em;
}

.mn2{
	width: 100;
	border : 1px solid #cccc99;
	font-family : Arial;
	font-size : 1.05em;
	font-style : normal;
	font-weight : bold;
	background-color : white;
	text-decoration: none;

}
.mn1{
	width: 100;
	border : 1px solid #cccc99;
	font-family : Arial;
	font-size : 1.05em;
	font-style : normal;
	font-weight : bold;
	background-color : #ECECE0;
	text-decoration: none;
	
}
a:hover {
	background-color : #cccc99;
	color:white;
	text-decoration: none;
}

a:link{ text-color : #ECECE0;
	text-decoration: none;
}

