/* Presentation Stylesheet */ 

div.caption {
font-size: 10;
font-family: sans-serif;
font-weight: bold;
color: #ffffff;

}

.lefting {float: left;
margin: 3px;}

.righting {float: right;
margin: 3px;}

.rightbox {
float: right;
margin-top: 2px;
background: #227766;
width: 65%;
color: #880000;
padding: 5px;
border: ridge yellow 2px;
font-size: x-small;

}



#cont p {margin: 8px; font-weight: bold; color: #000044;}
#cont a {font-weight: bold; text-decoration: none; color: #000044;}
#cont a:hover {font-weight: bold; text-decoration: none; color: #000044; background: #aabbff;}
#l-col a {text-decoration: none; color: #000000;  font-weight: bold;}
#l-col a:hover {text-decoration: none;  font-weight: bold;
                     color: #000000;
										 background: #3355ff;}



h1 {font-size: 130%; 
 font-weight: bold;
 color:#aaaaff;
 border:#aaaaff;
 margin:0;
 padding:10px;
 }

h2 {
 margin:0;
 padding:15px;
 }


h3, p {
 margin:0;
 padding:15px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
 /*
p:first-letter {
 font-size: 80%; 
 font-weight: bold;
 color:blue;
 }
 */