body {
	font-family: Garamond, Times New Roman, Times, serif;	font-size: 14pt;
	background-color: #3BB6EF;
    height: 100%;
}

a:link {
	color:blue;}
	
a:hover {
	color:#3BB6EF;}
		
a:visited {
	color:blue;}

a:active {
	color:blue;}

h1 {
	font-family: Garamond, Times New Roman, Times, serif;
	font-size: 20pt;
	color: blue;
}

h2 {
	font-family: Garamond, Times New Roman, Times, serif;	
	font-size: 18pt;
	color: blue;
}

h3 {
	font-family: Garamond, Times New Roman, Times, serif;	
	font-size: 16pt;
	color: blue;
}

hr {
	color: gold;
}

p {
	font-family: Garamond, Times New Roman, Times, serif;
	font-size: 12pt;
	color: blue;
	align: justify
}

.off {
	font-family: Garamond, Times New Roman, Times, serif;
	font-size: 12pt;
	color: brown;
	font-style: underline;
	font-weight: bold
}

.on {
	font-family: Garamond, Times New Roman, Times, serif;
	font-size: 12pt;
	color: brown;
	font-style: underline;
	font-weight: bold
}

.on-green {
	font-family: Garamond, Times New Roman, Times, serif;
	font-size: 12pt;
	color: green;
	font-style: underline;
	font-weight: bold
}

ul {
	font-family: Garamond, Times New Roman, Times, serif;
	list-style-type: disc;
	list-style-position: outside;
}

li {
	font-family: Garamond, Times New Roman, Times, serif;
	color: blue;
}

#splash {
	position: relative;
	top: 20px;
	padding: 20px;
	width: 80%;
	overflow: visible;
	background-color: #ffffff;
	border: 0px;
}

td {
	font-family: Garamond, Times New Roman, Times, serif;
	font-size: 14pt;
	color: blue;
	align: justify
}
