body {
	background-color : white;
	margin-top : 0px;
	margin-right: 70px;
	margin-bottom : 20px;
	color : black;
}

.menu{
	text-align : right;
	color : #003399;
	font-size : 15px;
	font-family : trebuchet MS;
	font-weight : bold;
}

.link{
	text-align : right;
	color : #0066CC;
	font-size : 15px;
	font-family : trebuchet MS;
	font-weight : bold;
}

a{
	text-decoration : none;
	color : #003399;
}

a:hover{
	text-decoration : none;
	color : #3399FF;
}