body {
margin: 0;
background-position: center top;

text-align: center;
color: #000;
font-family: "Trebuchet MS";
font-size: 13px;
line-height: 22px;
background-color: #fff;
}


a {
color: #3366cc;
font-weight: bold;
}

a:visited {
color: #3366cc;
}

a img {
border: 0;
}




/*effects paragraphs*/
p {
margin: 0;
}

/*effects the position of the nav bar*/
ul.nav {
padding: 0;
margin: 0;
list-style-type: none;
width: 100%;
}

/*effects the height of the nav bar ie makes them all horizontal*/
ul.nav li {
display: block;
float: left;
}

/*this effects the colour and location of nav bar*/
ul.nav li a {
display: block;
float: left;
padding-top: 0px;
padding-bottom: 4px;
padding-right: 60px;
color: #fff;
text-decoration: none;
}

/*this is for all links when visited*/
ul.nav li a:visited {
color: #fff;
}

/*this is for all links when hoovered over*/
ul.nav li a:hover {
text-decoration: underline;
}










