

/* Generic Selectors */

body {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 16px;

color: white;

background-color: #9E2088;

}

p {

width: 100%;

}

li {

list-style-type: none;

line-height: 100%;

list-style-image: url(arrow.jpg);

}

h1 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 30px;

font-weight: bold;

color: #D72938;

}

h2 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 16px;

font-weight: bold;

color: white;

border-bottom: 1px solid #D72938;

}

h3 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 13px;

font-weight: normal;

color: #D72938;

}

 

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

a:link {

color: #F4C00E;

text-decoration: none;

font-weight: normal;

}

li a:link {

color: #F4C00E;

text-decoration: none;

font-weight: normal;

}

a:visited {

color: #F4C00E;

text-decoration: none;

font-weight: normal;

}

li a:visited {

color: #F4C00E;

text-decoration: none;

font-weight: normal;

}

a:hover {

color: white;

font-weight: normal;

text-decoration: none;

}

li a:hover {

color: white;

font-weight: normal;

}

a:active {

color: rgb(255, 0, 102);

font-weight: normal;

}

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

#navigation {

position: absolute;

z-index: 10;

width: 120px;

height: 800px;

margin: 0;

border-right: 1px solid #D72938;

font-weight: normal;

}

#centerDoc {

position: absolute;

z-index: 15;

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

width: 600px;

height: 800px;

margin-top: 0px;

margin-left: 130px;

border-right: 1px solid #D72938;
}
