body {
background-image: url("images/sappie_wallpaper1_blurry.gif");
background-color: #009900;
}

/* CSS Id's */
.text {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12pt;
}
.underlineLink {
color: #000000;
text-decoration: none;
}

.underlineLink:hover {
color: #000000;
text-decoration: underline;}

.menuLink {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
background-color: #006600;
font-size: 12pt;
font-weight: bolder;
text-decoration: none;
display: inline; 
padding: 5px 50px;
border-bottom: solid black 10px;
border-right: solid black 1px;}

.menuLink:hover  {
background-color: #00CC00;}
}