﻿/* Presentation Stylesheet */ 

p {
 padding: 0 0 5px 10px;
 }

h3, h2, h1 {
 margin:0 5px 0; 
 padding: 5px 0 0 5px;
 }
 
h2 {
 font-size: 1.6em;
 color:#990000;  
 font-family: Garamond, Georgia, "Times New Roman", Times, serif;
 border-bottom:solid 2px #ccc;
 width: 65%;
 padding-bottom:1px;
 }
 
 h3 {
 font-size: 1.4em;
 color:#990000;  
 font-family: Garamond, Georgia, "Times New Roman", Times, serif; 
 }
 
 h4 {
 font-size: 1.2em;
 color:#990000;  
 font-family: Garamond, Georgia, "Times New Roman", Times, serif; 
 } 

#c-col #first p:first-letter {
 font-size: 150%; 
 font-weight: bold;
 color:#990000;
 }
 
#c-col a:link { 
	text-decoration:underline;
	font-weight:bold;
	color:#ff0000;
    font-size:1.0em;
	}
#c-col a:visited { 
	text-decoration:underline;
	font-weight:bold;
	color:#cc0000;
	font-size:.1.0em;
	}
#c-col a:hover { 
	text-decoration:underline;
	font-weight:bold;
	color:#cc9900;
    font-size:1.1em;	
	}
#c-col a:active { 
	text-decoration:none;
	font-weight:bold;
	color:#ccc;
    font-size:1.1em;	
	}
#arrow	 {
    font-weight:bold;
	color: #CC9900;
    font-size:1.5em;}
	