body { padding: 5px; margin: 0px; background: #F2F0EA;}

/* Setting up the Link styles */
a { font-family: verdana, sans-serif; font-size: 12px; color: #990000; text-decoration: none; }
A:hover { color: blue; text-decoration: underline; }
A:active { color: #004800; text-decoration: underline; } 
A:visited { color: #333366F; text-decoration: none; } 

/* Hide is used to warn people with old browsers that they might have issues due to style sheets they can't see */
.hide { display: none; }

/* These are the same styles as the other sheets but like size elements */
.title { font-weight : bold; }
.body, p { }
