﻿/* stylecontent.css */



/* Content division styles */

#content h1 {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 1em;
    margin: 0 0 8px 0; 
    color:#000;
}


#content h2 {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 1em;
    margin: 0 0 8px 0; 
    color:#3f809e;
}


#content p {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 0.85em;
    line-height: 1.5em;
    margin: 1em 12px;
}

#content a:link { 
	color: #00b;
	text-decoration: none;
	font-weight: bold;
}

#content a:visited { 
	color: #00b;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover, 
#content a:active, 
#content a:focus {  
	color: #61a2c0;
	text-decoration: none;
	font-weight: bold;
}

/* Bulleted lists in content division */
#content ul {
    font-size: 0.85em;
    margin: 1em 20px 1em 40px;
}

#content ul li {
    margin-bottom: 0.5em;
}






