

/* Generic Selectors */

body {

/*background="graphics/swirlies.gif";*/

/*background-image: url(graphics/swirlies.gif);*/

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 20px;

color: #333333;

background-color: #F9F9F9;

}

p {

width: 90%;

}

/*
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: 32px;

font-weight: bold;

color: red;

}

h2 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 16px;

font-weight: bold;

color: blue;

<!-- border-bottom: 1px solid #C6EC8C; -->

}

 
/*
/**************** Pseudo classes ****************/

a:link {


color: blue;

text-decoration: underline;

font-weight: bold;

}

li :link {

/*color: #00CC00;*/
/*color: yellow;*/

color: blue;

text-decoration: none;

font-weight: bold;

}

a:visited {

/*color: #00CC00;*/

color: purple;

text-decoration: underline;

font-weight: bold;

}

li a:visited {

/*color: #00CC00;*/

color: purple;

text-decoration: none;

font-weight: bold;

}

a:hover {

/*color: rgb(0, 96, 255);*/

color: red;

padding-bottom: 5px;

font-weight: bold;

text-decoration: underline;

}

li a:hover {

display: block;

/*color: rgb(0, 96, 255);*/

color: red;

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);*/

color: yellow;

font-weight: bold;

}

li a:active {

color: yellow;

text-decoration: none;

font-weight: bold;

}

/************************* ID's *************************/

#navigation {

background-image: url(graphics/swirlies.gif);

position: absolute;

width: 180px;

height: 1500px;

margin: 0;

border-right: 1px solid #C6EC8C;

font-weight: normal;

}

#centerDoc {

/*background-image: url(graphics/swirlies.gif);*/

position: absolute;

padding: 0 0 20px 0; /*top right bottom left*/

margin-top: 50px;

margin-left: 200px;

}

#marcus {
float: left;
width: 160px;
}

#citabria {
float: left;
width: 350px;
}

#pop_g {
float: left;
width: 280px;
}

#trawl {
float: left;
width: 210px;
}
*/

