body{
	/*background-color:#B40404;*/
}
.container{
	background-color:white;
	margin-left:5%;
	margin-right:5%;
    /*margin-top:100px;margin-bottom:100px;*/
}
.head1{
	float:left;	
}
.head2{
	float:right;
	margin-right:20px;
	margin-top:20px;
	text-align:left;	
	font-weight:bold;
	font-size:18px;
	line-height: 150%;
}
.menu{
	clear:left; height:30px; padding:10px; background-color:green; color:white; font-size:24px; font-weight:bold; text-align:center;
}
a:link {	
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
a:visited {	
	color: blue;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
a:hover {	
	color: red;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}