body {
background-color: #006699;
font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
vertical-align: middle;
margin: 0px;
}



#Topmenu {
font-size: medium;
height: 35px;
float: none; /* since this element is floated, a width must be given */
width: 100%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
background: #F7F182;
padding: 0 0 0 0px;
}

td {
border: 1px solid #000000;
padding: 5px;
vertical-align: middle;}

table {
margin: 15px 15px 15px 15px;
background-color: #ffffff;
border: 1px solid #000000; 
vertical-align: middle;
}

p {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: large;
	font-weight: bold;
	}

h1 {
	text-align: center;
	font-size: x-large;
}
	
h2 {
	text-align: center;
	color: #990000;
	font-family: Georgia, Verdana, sans-serif;
	font-style: italic;
	font-size: 32pt;
	word-spacing: normal;
}

h3 {
text-align: center;
font-weight: normal;}

h4 {
text-align: center;
}

h5 {
text-align: center;
font-weight: normal;
padding-left: 2em;
padding-right: 2em;}

.questions {
color: #800040;
font-weight: bold;
font-style: italic;
}

.footer {
width: 100%;
font-size: 10.5pt;
font-variant: small-caps;
font-weight: bold;
text-align: center;
background-color: #ffff99;
padding: 0px;
}

.footer a:hover {
background-color: #003366;
color: #ffffff;
text-decoration: none;
}

a:link {
color: #003399;}

a:visited {
color: #0000cc;}

a:hover {
color: #003366;
text-decoration: underline;}

