/* Global Styles */


body {
	margin: 0;
	padding: 0;
	font: x-small "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: small;
	color: #ed6c52;
	}
	
	strong {
		font-weight: bold;
		}
	
	em  {
		font-style: italic;
		}

	h1, h2, h3, h4, h5, h6 {
		font-family: "Georgia", "Times New Roman", Times, Serif;
		text-shadow: 0px 2px 3px #000;
		}
		
		#footer h1, #footer h2, #footer h3, #footer h4 {
			text-shadow: 0px 1px 2px #EF512C;
			}
	
	h1 {
		font-size: 2em;
		}
	
	h2 {
		font-size: 1.65em;
		}
		
	h3 {
		font-size: 1.3em;
		}
	
	h4 {
		font-size: 1.2em;
		}
		
	a:link {
		color: #dc1e1e;
		}
	
	a:visited {
		color: #dc1e1e;
		}
	
	a:hover {
		text-decoration: none;
		color: #ff0d0d;
		}
	
	a:active {
		color: #ff0000;
		}
	
	#main-content p {
		padding-bottom: 2em;
		}
	
	hr {
		display: none;
		}
	
	
