body{
	/*background-color:#B40404;*/
}
.container{
	background-color:white;
	margin-left:5%;
	margin-right:5%;
    /*margin-top:100px;margin-bottom:100px;*/
}
#btn{
	font-size: 18px; color:red;  /* width:100px; */
}
.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;
}