body {
margin:0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
text-align:center; /* Hack for IE5/Win */
}
#Content {
width:762px;

margin:0px auto; /* Right and left margin widths set to "auto" */
text-align:left; /* Counteract to IE5/Win Hack */
padding:15px;

}


a:link{
color: #000000;
text-decoration: none;
}
a:visited{
color: #330000;
text-decoration: none;
}
a:hover{
background-color: #58DD84;
text-decoration: none;
}
a:active{
color: #58DD84;
text-decoration: none;
}



