/*galateacss*/

/* Generic Selectors */

body {

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

font-size: 20px;


color: #FFFFFF;

background-color: #9999FF;


}

p {

width: 90%;

}

li {

list-style-type: round;

line-height: 130%;

/*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;

border-bottom: 1px solid #C6EC8C;

}

 

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

a:link {

color: #CCFF66;

text-decoration: underline;

font-weight: bold;

}

li a:link {

color: #FFFFFF;

text-decoration: none;

font-weight: bold;

}

a:visited {

color: #993399;

text-decoration: underline;

font-weight: bold;

}

li a:visited {

color: #FFFFFF;

text-decoration: none;

font-weight: bold;

}

a:hover {

color: rgb(0, 96, 255);

padding-bottom: 5px;

font-weight: bold;

text-decoration: underline;

}

li a:hover {

display: block;

color: rgb(0, 96, 255);

padding-bottom: 5px;

font-weight: bold;

border-bottom-width: 1px;

border-bottom-style: solid;

border-bottom-color: #C6EC8C;

}

a:active {

color: rgb(255, 0, 102);

font-weight: bold;

}



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

#navigation {

position: absolute;

z-index: 10;

width: 210px;

height: 600px;

margin: 0;

border-right: 6px solid #C6EC8C;


}

#centerDoc {

position: absolute;

z-index: 15;

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

line-height:130%;

margin-top: 50px;

margin-left: 235px;

}

