/* Generic Selectors */

body {

font-family: Arial, Helveltica, sans-serif;

font-size: 20px;

color: #003399;

background-image: url(../images/dunebig3.jpg);



}

p {

width: 80%;

}


h1 {

font-family: Arial, Helveltica, sans-serif;

font-size: 24px;

font-weight: bold;

text-transform: capitalize;

color: #003399;

}

h2 {

font-family: Arial, Helveltica, sans-serif;

font-size: 22px;

font-weight: bold;

text-transform: capitalize;

color: #003399;

}

h3 {

font-family: Arial, Helveltica, sans-serif;

font-size: 20px;

font-weight: bold;

color: #003399;
}
 

/**************** Pseudo classes ****************/

a:link {

color: #003399;

text-decoration: underline;

font-size: small;

}

li :link {

color: #003399;

text-decoration: none;

font-size: small;

}

a:visited {

color: #003399;

text-decoration: none;

font-size: small;

}

li a:visited {

color: #003399;

text-decoration: none;

font-weight: bold;

font-size: small;


}

a:hover {

color: #003399;

text-decoration: underline;

}

li a:hover {

display: block;

color: #003399;

padding-bottom: 5px;

font-weight: bold;

border-bottom-width: 1px;

border-bottom-style: solid;

border-bottom-color: #C6EC8C;

}

a:active {

color: #003399;

font-size: small;

}

/************************* ID's *************************/

#navigation {

background-color: #99CCFF;

width: 760px;

height: 85px;

margin: 0;

margin-top: 0;

font-size: small ;

margin-left: auto;

margin-right: auto;

}

#main {

width: 760px;

position: absolute;

padding: 0 0 20px 0; /*top right bottom left*/

margin-top: 50px;

margin-left: 235px;

}


