body {
	background-color : white;
	margin-top : 0px;
	margin-right: 70px;
	margin-bottom : 20px;
        margin-left: 150px;
	color : black;
}
.title {
        text-align : left;
	color : #003399;
	font-size : 35px;
	font-family : trebuchet MS;
	font-weight : bold;
}
.text {
	text-align : right;
	color : #003399;
	font-size : 16px;
	font-family : trebuchet MS;
	font-weight : bold;
}
center {
        margin-right: 70px;
	margin-bottom : 10px;
        margin-left: 0px;
}
font{
	font-family : trebuchet MS;
	font-size : 14px;
}
h1{
	color : #003399;
	font-size : 16px;
	font-family : trebuchet MS;
}

a{
	text-decoration : none;
	color : #003399;
}

a:hover{
	text-decoration : none;
	color : #3399FF;
}
hr{
	color : #003399;
	width : 505px;
	text-align : left;
}