/* CSS Document */

body {
	background-color: #7789A1;
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
}

h2 {
	font-size: 22px;
	color: #7789A1;
}
h1 {
	color: #BE0A0D;
	font-size: 15px;
}
h3 {
	color: #000000;
	font-size: 13px;
}
h4 {
	color: #7789A1;
	font-size: 11px;
}
h5 {
	color: #BE0A0D;
	font-size: 9px;
}
h6 {
	color: #000000;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

