﻿
html
{
	width:100%;
	background-color: #C0C0C0;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:12pt;
	color:White;
	
}



body
{
	background-color: #C0C0C0;
		width:100%;
	height:600px;
}
#mainContent
{
	border: solid 5px white;
	background-color:#30A0DA;
	min-height:600px;
	padding:6px;
	text-align:left;
}
h1
{
    font-size: x-large;
    font-weight: bold;
    text-align:center;
}
h2
{
    font-size: large;
    font-weight: bold;
}
h3
{
    font-weight: bold;
}
p
{
    margin-bottom:7px;
}
a
{
    color: #FFFFFF;
    text-decoration: underline;
}
a:hover
{
    color: #FFFF00;
}
OL,UL
{
    padding:30px;
    color:White;
}
li
{
    list-style-type: circle;
}
