h1{
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-size: 18px;
}

h2{
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
}

h3{
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
}

p{
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
}
div.menu {
	border-top-style: solid;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-width: 1px;
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	/*border-style: solid;
	border-color: black;*/
	font-size: 12px;
}

div.header {
	border-bottom-style: solid;
	border-bottom-color: black;
	border-width: 1px;
}
div.bottom {
	border-top-style: solid;
	border-top-color: blue;
	border-bottom-style: solid;
	border-bottom-color: blue;
	border-width: 1px;
	font-size: 10px;
}

div.content {
	
	border-width: 1px;
}

div.menulink{
	width: 200px;
	float: left;
	top:0px;
	left:0px;
}

	a:hover {
 		text-decoration: none;
 		font-style: normal;
		font-weight: bold;		
		cursor: pointer;
		color: red;
	} 
	
 	a:link {
 		text-decoration: none;
 		font-style: normal;
		font-weight: normal;		
		color: black;
	}

	a:visited {
 		text-decoration: none;
 		font-style: normal;
		font-weight: normal;		
		color: black;
	}	
	
	a:active {
 		text-decoration: none;
 		font-style: normal;
		font-weight: bold;		
		cursor: pointer;
		color: blue;
	}
	
	
