body
{
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
}

.title
{
	font-size:x-large ;
	color:White;
}

.menu
{
	font-size: x-small;
	background-color: Teal;
	text-align:center;
}

a:link
{
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

a:visited
{
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

a:hover
{
	color: #ffffff;
	font-size: 12px;
	text-decoration: underline;
}

a:active 
{
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}