/* styles.css  */
/* for BaltimoreTourGuide.com */
    
/* General Definitions */

p, ul, ol, li, td, th {
    font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}  

H2  {font-size : large;}

H3  {font-weight : bold;
	font-size: 14px;}

H4  {font-weight : bold;
	font-size: 13px;}

A   {TEXT-DECORATION: none;
    color: #3333cc;}
    
A:hover, A:active
	{
    text-decoration: underline;
    color: #3333cc;}
	
.bigger {
    font-size: 13px;}  

.bottomnav {
	font-size : 10px;
	color: #FFFF33;}
.maroon {color: #660000;}
.darkgreen {color: #006600;}