body {
background-image: url('background.jpg');
margin : ;
}

p {
font-size : 14px;
font-family : arial;
color : #000000;
}

li {
font-size : 14px;
font-family : arial;
color : #000000;
}

a {
font-size : 14px;
font-family : arial;
color : blue;
text-decoration : none;
} 

a:hover {
font-size : 14px;
font-family : arial;
color : blue;
text-decoration : none;
}

.title {
font-size : 24px;
font-family : arial;
color : #E40025;
margin : ;
}

.border {
border-style:solid;
border-width:3px;
border-color:#335033;
} 

.footertext {
font-size : 12px;
font-family : arial;
color : #000000;
}


