body  {
font-family: "Trebuchet MS", Arial, sans-serif;
font-size: 14px;
text-decoration: none;
background: url("background.jpg") repeat-y center;
margin-top: 0;
}

a {
font-family: "Trebuchet MS", Arial, sans-serif;
font-size: 15px;
text-decoration: none;
color: blue;
text-decoration: none;
} 

a:hover {
font-family: "Trebuchet MS", Arial, sans-serif;
font-size: 15px;
text-decoration: none;
color: blue;
text-decoration: underline;
} 

.nav {
font-family: 'Century Gothic',futura,Verdana,sans-serif;
font-weight: bold;
font-size: 16px;
color: #ffffff;
text-decoration: none;
float: right;
padding-top: 120px;
padding-left: 30px;
}

.nav:hover {
font-family: 'Century Gothic',futura,Verdana,sans-serif;
font-weight: bold;
font-size: 16px;
color: #ffffff;
text-decoration: underline;

}

.text {
font-family: "Trebuchet MS", Arial, sans-serif;
font-size: 14px;
color: #000000;
text-decoration: none;
}

.hometext {
font-family: "Trebuchet MS", Arial, sans-serif;
font-size: 14px;
color: #ffffff;
text-decoration: none;
}

.title {
font-family: "Trebuchet MS", Arial, sans-serif;
font-size: 20px;
color: #000095;
text-decoration: none;
}

.footer {
font-family: "Trebuchet MS", Arial, sans-serif;
font-size: 10px;
color: #000000;
text-decoration: none;
}