body{margin: 0px;}
.contents{
		position: absolute;
		top: 160px;
		left: 114px;
		width: 60%;
		text-align: justify;
		}
.menu{
		position: absolute;
		top: 90px;
		left: 0px;
		
	}
a{
	font-family: Arial;
	font-size: 9px;
	text-decoration: none;
	color:black;
}
a:visited{
	font-family: Arial;
	font-size: 9px;
	color: black;
}
a:hover{
	font-family: Arial;
	font-size: 9px;
	color: blue;
}
p{
	font-family: Verdana;
	font-size: 12px;
	
}
h1{
	font-family: Verdana;
	font-size: 15px;
	
}


