/* CSS Document */

body {
	font-family: Georgia, Times New Roman, serif; 
	font-size: 14px;
	}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #FF4400;
	}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #FF4400;
	}
.paragraphbold {
	font-weight: bold;
	}
.paragraphitalic {
	font-style: italic;
	}
.headingdescription {
	font-size: smaller;
	font-weight: normal;
	font-style: italic;
	color: #0A550A;
	}
a:link {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	}
a:visited {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	}
a:hover {
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
	}