BODY {
  margin: 0em;
  background-color: #ffffff
}
.title {
	font-family: arial;
	font-size: 20px;
	color: #cc3333;
	font-style: italic;
}
.main {
  font-family: arial;
  font-size: 12px;
  color: #000000
}

a.nav:link {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #cc3333;
}
a.nav:active {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #cc3333;
}
a.nav:visited {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #cc3333;
}
a.nav:hover {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  color: #cc3333;
}

.sideNav {
  font-size:12px;
  color: #cccccc;
  font-family: Arial;
  width: 126px;
  cursor: hand;
  Text-decoration: none;
  border: 0px;
  background-color: #000000;
}
.sideNav:active {
  font-size:12px;
  color: #cccccc;
  font-family: Arial;
  width: 126px;
  cursor: hand;
  Text-decoration: none;
  border: 0px;
  background-color: #000000;
}
.sideNav:hover {
  color: #cccccc;
  font-family: Arial;
  font-size: 12px;
  background-color: #cc3333;
  width: 126px;
}

.imagetext {
  font-family:  Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: bold;
  font-size: 9px;
}
