@charset "utf-8";
/* CSS Document */
/* Coded By J. Weaver of Weaver Created on 09/4/09 */

/* GENERAL TAGS */

body {
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS',trebuchet,tahoma,sans-serif;
  	font-size: 10px;
	color: black;
	text-align: center;
}


a {
	text-decoration: none;
	color: black;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #555555;
}
	

h1{
	margin: 0 0 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 42px;
	color: black;
	top: -20px;
}

h2 {
	margin: 0 0 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 26px;
	color: #999999;
}

h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 20px;
	color: #980f39;
	display: inline;
}

ol {
	font-size: 12px;
}
