
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #CCCCCC;
}
html {
	height: 100%;
}

.Style1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.Style2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.Style3 {font-weight: bold; font-size: 18px; }
.Style4 {font-weight: bold; font-size: 24px; }
.Style5 {
	font-size: 36px;
	font-weight: bold;
}
a:link {
	color: #4464BE;
}
a:visited {
	color: #4464BE;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #4464BE;
}

