A
{
color:#123;
}

A:hover
{
color:#8f1e1e; 
}


#mainleft 
{
width:20%;
height:400;
background-image:url(images/resultsidebg.gif);
border-left: 4px;
border-right:0px;
border-top:4px;
border-style:solid;
border-color:#ffdc00;
padding:10px;
font-size: .6em;
text-align: center;
align:bottom;
}

#maincenter {
width:80%;
height:400;
padding:10px 0px 0px 30px;
background-image:url(images/resultmnbg.gif);
background-repeat:no-repeat;
border-bottom: 8px;
border-left:1px;
border-right:0px;
border-top:8px;
border-style: solid;
border-color:#ffdc00;
align:top;
font-size: .8em;

}
	

/* Grid Style */

table.grid { background-color: #ffffff; align: center; }
table.grid th
{
  background-color: #ffdc00;
  border: 1px solid #000000;
  color: #000000;
  font-size: 12px;
  padding: 4px 4px;
  text-align: center;
}
table.grid td
{
  background-color: #ffffff;
  border: 1px solid #cccccc;
  font-size: 12px;
  padding: 4px;
  text-align: center;
}