

/* Generic Selectors */

body {

width: 100%;

font-family: courier;

font-size: 14px;

color: black;

background-color: #EBEBC6;

}

p {

width: 100%;

}

li {

list-style-type: none;

line-height: 150%;

list-style-image: url(../images/arrowSmall.gif);

}

h1 {

font-family: courier;

font-size: 30px;

font-weight: bold;

color: black;

}

h2 {

font-family: courier;

font-size: 16px;

font-weight: bold;

color: black;


}

 

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

a:link {

color: black;

text-decoration: underline;

font-weight: bold;

}

li :link {

color: black;

text-decoration: none;

font-weight: bold;

}

a:visited {

color: black;

text-decoration: underline;

font-weight: bold;

}

li a:visited {

color: black;

text-decoration: none;

font-weight: bold;

}

a:hover {

color: red;


font-weight: bold;

text-decoration: underline;

}

li a:hover {

color: red;

}

a:active {

color: red;

font-weight: bold;

}

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

#navigation {

position: absolute;

width: 150px;

height: 100%;

margin: 0;

margin-top: 10px;

border-right: 1px solid;
color: black;

font-weight: normal;


}

#centerDoc {

position: absolute;

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

margin-top: 10px;

margin-left: 155px;

margin-right: 0px;



}
