/*styles for Smith & May website*/

	/*layout and basic styles*/
		body {
			background:#ccc;
			margin:0;
			font-family: "Maiandra GD", "Lucida Casual", Georgia, "Times New Roman", Times, serif;
			}
			
		/*typography*/
		p        { 
			color: #FFFF99; 
			font-size: 16px;
			line-height: 20px;
			
			}
			
		small   {
			color: #336;
			font-size: 11px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			line-height: 13px;
			}
			
		h1     { 
			color: #f90; 
			font-weight: bold; 
			font-size: 24px; 
			line-height: 28px; 
			margin-bottom: 0px; 
			padding-bottom: 0px; 
			}
		
		h2  { 
			color: #f90;
			font-weight: bold; 
			font-size: 16px;
			line-height: 18px; 
			}
			
		h3  { 
			color: #f90;
			font-weight: bold; 
			font-size: 14px;
			line-height: 16px; 
			}
			
		ul  { 
			color: #FFCC00; 
			font-size: 14px; 
			font-family: Verdana, Arial, Helvetica, sans-serif;
			}
			
		/*link styles*/
		
		a:link, a:visited {
			text-decoration: underline;
			color: #fc0;
			background: transparent; 
			}

		a:hover {
			text-decoration: none;
			color: orange;
			background: transparent; 
			}
		
		a:active {
			font-weight : bold; 
			text-decoration : none;
			color: #fc0;
			background: transparent;  
			}

		.main_content a:link, .maincontent a:visited {
			color: #fc0;
			text-decoration: underline;
			} 
		
		.main_content  a:hover {
			text-decoration: none;
			color: yellow;
			} 
	
