body { background-color:#333333; margin:0 auto; } /* LAYOUT */ /* Surrounding 
table */ .around { width:619px; text-align:center; padding:5px 5px 5px 5px; background-color:#eeeeee; 
border:1px solid #6666666; } /* Navbar */ .nav { border:1px solid #676767; width:600px; 
text-align:center; height:32px; background-image: url("images/navbg.gif"); background-repeat: 
repeat-x; vertical-align:middle; font-family:Arial; font-size:12px; color:#ffffff; 
} /* Main content Area */ .maincontent { width:600px; border:1px solid #676767; 
background-color:#F4F4F4; font-family:Tahoma; font-size:11px; color:#666666; } 
/* Height Gap */ .hg { height:5px; } /* Red footer bar */ .footerbar { width:600px; 
height:6px; background-image: url("images/footerbg.gif"); background-repeat:repeat-x; 
} /* Footer (w. links) */ .footer { width:600px; height:10px; text-align:right; 
} /* Link back */ .lbt { width:600px; text-align:center; } /* LINK STYLES */ /* 
Link back to spyka design */ a.linkback { font-size:9px; color:#ffffff; font-family:Arial; 
} /* Navbar links */ a.navlink, a.navlink:hover { font-family:Arial; font-size:12px; 
text-decoration:underline; color:#ffffff; } /* Footer links */ a.footerlink, a.footerlink:hover 
{ font-family:Tahoma; font-size:10px; color:#ffffff; text-decoration:none; } /* 
All other links */ a { font-family:Tahoma; font-size:11px; color:#ffffff; text-decoration:none; 
} a:hover { text-decoration:overline; } 