
<html>

body { 

font-family: Broadway, "Times New Roman", Times, serif; 

font-size: 14px; 

color: #9400d3; 

background-color: #F9F9F9; 

} 

p { 

width: 80%;

Text-indent:  50pt;

font-size:  20px;

color: #660000; 

font-weight:  bold;

} 

li { 

list-style-type: none; 

line-height: 150%; 

list-style-image: url(../images/arrowSmall.gif); 

} 

h1 { 

font-family: Georgia, "Times New Roman", Times, serif; 

font-size: 18px; 

font-weight: bold; 

color: #000000; 

} 

h2 { 

font-family: Georgia, "Times New Roman", Times, serif; 

font-size: 16px; 

font-weight: bold; 

color: #000000; 

} 

h3 {

font-family: "Times New Roman", Times, serif;

font-size: 17px;

color: #660000;

text-indent: 15pt;

}

 

/**************** Pseudo classes ****************/ 

a:link { 

color: #F2F5A9; 

text-decoration:  none;

}

a:visited {

color: #F2F5A9;

}

a:hover { 

color: yellow;

}

/************************* ID's *************************/ 

#navigation { 

position: absolute; 

width: 200px; 

height: 500px; 

margin: 0; 

margin-top: 125px; 

border: 1px solid #F2F5A9;

font-weight: normal;

background:  660000; 


} 

#centerDoc { 

position: absolute; 

width:  552px;

height:  500px;

padding: 5px 5px 5px 5px; /*top right bottom left*/ 

margin-top: 125px; 

margin-left: 200px;

text-align: justify;

background:  #Ffffcc;

border: 1px solid #F2F5A9;

} 

#information {

position: absolute;

width:  200px;

height:  125px;

margin-top: 0;

margin-left: 0;

background:  #660000;

border: 1px solid #F2F5A9;

}

#information2 {

position: absolute;

width:  552px;

height:  125px;

margin-top: 625px;

margin-left: 200px;

border: 1px solid #F2F5A9;

background:  #660000;

}

#banner { 

position: absolute; 

width: 550px; 

height: 125px; 

margin-left: 200px; 

margin-top: 0px; 

border: 1px solid #F2F5A9;

font-weight: normal; 

background:  #660000;


}

#abba { 

position: absolute; 

width: 200px; 

height: 125px;  

margin-top: 625px; 

border: 1px solid #F2F5A9;

font-weight: normal; 

background:  #660000;

}

</html>




