.fontSTD {
   font-family: Verdana;
   font-size: 12px;
}

body 
{
 background-color: #66CC66;
 background-color: #930303;
 padding-left: 25px;
}

div.main {
   background-color: #D9F7D7;
   background-color: #FCEBEB;
   font-family: Verdana;
   font-size: 12px;
   padding: 10px;
   width: 45%;
   border: 1px solid #244222;
   border-radius: 10px;
   text-align: left;
   margin: 0px;
   float: left;
}

div.rightColumn {
   background-color: #D9F7D7;
   background-color: #FCEBEB;
   font-family: Verdana;
   font-size: 12px;
   padding: 10px;
   width: 45%;
   border: 1px solid #244222;
   text-align: left;
   margin: 0px;
   float: left;
   border-radius: 10px;
}

i {font-size: 12px;}

a, a:visited, a:link
{
 font-family: Verdana;
 font-size: 12px;
 color: #000000;
}

a:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 20px;
left: 200px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

a:hover
{
 font-family: Verdana;
 font-size: 12px;
 color: #877070;
}

div.accountField
{
position:absolute;
left: 100px;
}

div.wanted {
font-size: 12px;
color: #000000;
}

div.bought {
font-size: 12px;
color: #333333;}

div.secret {
font-size: 12px;
color: #999999;}