a:link {color: red; font-weight: bold; text-decoration:none;}
a:visited {color: red;}
a:hover {text-decoration: none; color: maroon;}
a:{active color: red;}

}

a{
text-decoration:none;
color: red;
}

body {
  width: auto;
  height: auto;
	background-color: #E3E3E3;
  color: black;
	font: Tahoma;
}

.enhancedtext{
	font-size: 0.7em;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: black;
}

.maintext a:link {color: red; text-decoration: none;}
.maintext a:visited {color: black;}
.maintext a:hover {text-decoration: underline overline; color: blue;}
.maintext a:{active color: red;}


.titles{
	font-size: 1.4em; 
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	border-left: 1px solid #8E2323;
	border-bottom: 1px solid #8E2323;
	margin-bottom: 0.2em;
	color: black;
} 

.title{
	font-size: 0.9em; 
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	margin-bottom: 0.2em;
	margin-right: 0.2em;
	margin-left: 0.2em;
	color: black;
    text-align: middle;
    height: 20px;
} 

#main {
  width: 98%;
  height: 100%;
  margin-right: 5px;
  margin-left: 5px;
  border: 0px;
  padding: 0px;
}