.footer {
	color: #ffffff;
	font-size : smaller;
	text-align : center;
}
.hai {color : #b5cad5; font-style : italic; font-weight : bold;}
.large {font-size : larger;}
.small {font-size : smaller;}
body {
	background-color : #00004f;
	color: #ffffff;
	font-family : "Times New Roman", Times, serif;
}
em {font-style : italic;}
h2 {
	color : #00004f;
	font-family : "Trebuchet MS", "Times New Roman", Times, serif;
	text-align : center;
	text-decoration: underline;
}
p {
	margin-right : 10;
	margin-left : 10;
}
strong {font-weight : bold;}
table {
	background-color : #b5cad5;
	color: #00004f;
	font-family : "Trebuchet MS", "Times New Roman", Times, serif;
}