﻿/* styleleftcol.css */


#leftcolumn h1 {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 1em;
    margin: 0 0 8px 0; 
    color:#000;
}


#leftcolumn h2 {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 1em;
    margin: 0 0 8px 0; 
    color:#3f809e;
}

#leftcolumn p {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 0.85em;
    line-height: 1.5em;
    margin: 0px 2px 0 2px; 
}

#leftcolumn a:link { 
	color: #00b;
	text-decoration: none;
	font-weight: bold;
}

#leftcolumn a:visited { 
	color: #00b;
	text-decoration: none;
	font-weight: bold;
}

#leftcolumn a:hover, 
#leftcolumn a:active, 
#leftcolumn a:focus {  
	color: #61a2c0;
	text-decoration: none;
	font-weight: bold;
}








