/* Generic Selectors */ 

body { 

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

font-size: 16px; 

font-weight: bold;

color: #333333; 

background-color: #ffff91; 

} 

p { 

width: 80%;

} 



li { 

list-style-type: disc; 

line-height: 150%; 


} 

h1 { 

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

font-size: 18px; 

font-weight: bold; 

color: #FF0066; 

} 

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: #09928e; 

text-decoration: underline; 

font-weight: bold; 

} 

li a:link { 

color: #09928e; 

text-decoration: none; 

font-weight: bold; 

} 

a:visited { 

color: #09928e; 

text-decoration: underline; 

font-weight: bold; 

} 

li a:visited { 

color: #09928e; 

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

#introphoto {

position: absolute;

z-index: 15

width: 80%;

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

margin-top: 0

margin-left: 235px

margin-right: 0

}

#navigation { 

position: absolute; 

z-index: 10; 

width: 210px; 

height: 800px; 

margin-top: 0; 

border-right: 50px solid #FFCC33; 

font-weight: normal; 

} 

#navigation2 { 

position: absolute; 

z-index: 10; 

width: 210px; 

height: 1900px; 

margin-top: 0; 

border-right: 50px solid #FFCC33; 

font-weight: normal; 

} 

#navigation3 { 

position: absolute; 

z-index: 10; 

width: 210px; 

height: 3250px; 

margin-top: 0; 

border-right: 50px solid #FFCC33; 

font-weight: normal; 

} 

#navigation4 { 

position: absolute; 

z-index: 10; 

width: 210px; 

height: 1400px; 

margin-top: 0; 

border-right: 50px solid #FFCC33; 

font-weight: normal; 

} 

#centerDoc { 

position: absolute; 

z-index: 15; 

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

margin-top: 400px;

margin-left: 250px; 

} 

#centerDoc2 { 

position: absolute; 

z-index: 15; 

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

margin-top: 0px;

margin-left: 250px; 

} 


