	table {
	border-color : #0E9C8E;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 15px;
	vertical-align : middle;
	text-align : center;
}
	tr {
		text-align : center;
	}
	td {
	text-align : justify;
}
	td.menu {
	text-align : left;
	background-color : #00CED1;
	border-color : #0E9C8E;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 15px;
	font-weight : bold;
	vertical-align : middle;
}
	a {
		text-decoration : none;
}
	a:hover {
		text-decoration : underline;
}
	td.menu a {
		color : #0000CA;
}
	td.menu a:hover {
		color : White;
		text-decoration : none;
}
	h1 {
	background-color : #5968b3;
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 22px;
	text-align : center;
}
	p {
		color: #000080;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 14px;
		text-align : justify;
		text-indent : 20px;
}