

/* Presentation Stylesheet */ 

body {color: #E0E0E0;}

h1 {color: #00cc00;}
h2 {color: #00cc00;}
h3 {color: #00cc00;}
h4 {color: #00cc00;}
h5 {color: #00cc00;}
h6 {color: #00cc00;}

h4 {
 margin:0;
 padding: 5px 0;
 }

p {} 

/*
p:first-letter {
 font-size: 120%; 
 font-weight: bold;
 color:red;
 }
*/

/* Anchor Styling */

#lh-col a:link {
color: #00cc00;
text-decoration: none;
}

#lh-col a:visited {
color: #00cc00;
text-decoration: none;
}

#lh-col a:hover {
color: red;
text-decoration: none;
}

#lh-col a:active {
color: red;
text-decoration: none;
}

#c-col a:link {
color: #00cc00;
text-decoration: none;
}

#c-col a:visited {
color: #00cc00;
text-decoration: none;
}

#c-col a:hover {
color: red;
text-decoration: none;
}

#c-col a:active {
color: red;
text-decoration: none;
}

#footer a:link {
color: #00cc00;
text-decoration: none;
}

#footer a:visited {
color: #00cc00;
text-decoration: none;
}

#footer a:hover {
color: red;
text-decoration: none;
}

#footer a:active {
color: red;
text-decoration: none;
}

#copyright {
font-size: 90%;
}

#copyright a:link {
color: #A8A8A8;
text-decoration: none;
}

#copyright a:visited {
color: #A8A8A8;
text-decoration: none;
}

#copyright a:hover {
color: #00cc00;
text-decoration: none;
}

#copyright a:active {
color: #A8A8A8;
text-decoration: none;
}

/* End Anchor Styling */


#footer {padding-bottom: 20px;}
#footer h1 {color: red;}
#footer h2 {color: red;}
#footer h3 {color: red;}
#footer h4 {color: red;}
#footer h5 {color: red;}
#footer h6 {color: red;}
#footer {color: red;}

.jsPop a:link {
color: #00cc00;
text-decoration: none;
}

.jsPop a:visited {
color: #00cc00;
text-decoration: none;
}

.jsPop a:hover {
color: #00cc00;
text-decoration: none;
}

.jsPop a:active {
color: #00cc00;
text-decoration: none;
}

