body{
 color:#ffffff;
 background-color: #003000;
 background-image: url('images/background.jpg');
 margin: 5px;
 padding: 5px;
 border: 0px;
 text-decoration: none;
 font-family: times, serif;
}

a:link { color: #ffffff; text-decoration: underline;}
a:visited { color: #cccccc; text-decoration: underline;}
a:hover { color: #BBBBFF; text-decoration: underline;}
a:active { color: #a1a1a1; text-decoration: underline;}

.title{
 color: #ffbbbb;
 font-size: 36;
 font-weight: 900;
}
