#main{
	margin-top:100px;
	background-color:rgb(242,242,242);
	width:500px;
	height:200px;
	border-left:1px solid black;
	border-top:1px solid black;
	border-right:2px solid black;
	border-bottom:2px solid black;
	padding-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
}
#small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}
body{
	background-color:rgb(202,202,202);
}

.menu_link:link	{
	color: #adadad;
	font-size:10pt;
	font-weight: bold;
	text-decoration : none;
	font-family:"Trebuchet MS";
}
.menu_link:visited	{
	color: #adadad;
	font-size:10pt;
	font-weight: bold;
	text-decoration : none;
	font-family:"Trebuchet MS";
}
.menu_link:hover	{
	color: #000000;
	font-size:10pt;
	font-weight: bold;
	text-decoration : none;
	font-family:"Trebuchet MS";
}