/* CSS Document - style.css */

body {
background-color: #ffffff;
background-image: url(img/menubg.png);
margin: 0px;
}

a { 
color: #669933;
text-decoration: underline;
}

a:hover {
color: #99cc66;
text-decoration: underline;
}

.content {
color: #000000;
font-family: "Times New Roman", "Times";
font-size: 12pt;
font-style: normal;
}