  a:hover{
color:red; 
text-decoration: underline overline;
font-weight:italics;
}

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

body {
  width: auto;
  height: auto;
	background-color: #282C30;
  color: silver;
  width: auto;
  height: auto;
  margin: 0;
	font: Tahoma;
}

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

.maintext a:link {color: red; text-decoration: none;}
.maintext a:visited {color: black;}
.maintext a:hover {text-decoration: underline overline; color: white;}
.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: silver;
} 

.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: silver;
    text-align: middle;
    height: 20px;
} 

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

	/*Make News Style Look a bit prettier.*/
#CorantoMain {
	width: 100%;
	padding: 0;
	float: left;
	margin: 0;
  background-color: #202020;
  border: 1px ridge #000;
}

.CorantoLeft{
	float: left; 
	padding: 0px; 
	margin: 0; 
    width: auto; 
    height: auto;
}