﻿.body {
	background-color: white;
	margin: 15px 0px 0px 0px;
	background-image:  url(images/bg.gif);
	background-position: left top;
	background-repeat: repeat;
}

h4 {    font-size: 11pt;
}

h3 {    font-size: 14pt;
}


td {
	font-family: Arial,Tahoma,sans-serif;
	font-size: 11pt;
}

A:link {color: #0000Ff; text-decoration: underline}
A:visited {color: #0000Ff; text-decoration: underline}
A:active {color: #0000Ff; text-decoration: none}
A:hover {color: #0000Ff; text-decoration: none}

A:link.menulink {color: #0000Ff; text-decoration: none}
A:visited.menulink {color: #0000Ff; text-decoration: none}
A:active.menulink {color: red; text-decoration: none}
A:hover.menulink {color: red; text-decoration: none}

#x-large {
	font-size: x-large;
	text-align: center;
}

.mainhead {
	border-bottom: 1px solid black;
}

p.contact { margin: .4em 0 0em 0 }

/*  FORMS  */
.textbox {
	border: 1px solid gray;
	padding: 2px;
	font-family: Arial,Tahoma,sans-serif;
}

#problem {
	color: red;
}

#level1 {
	color: blue;
}