/* Global Styles */


p {
	font-family: Georgia, Comic Sans MS, Palatino Linotype;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	background-position: center top;
	text-align: left;	
	list-style-type: disc;
	background-color: #000000;

}
body {
	font-family: Georgia, Comic Sans MS, Palatino Linotype;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #000000;
	list-style-type: disc;
	background-position: top center;
	margin-top: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
}

.style1 {
	font-family: Georgia, Comic Sans MS, Palatino Linotype;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.style2 {
	font-family: Georgia, Comic Sans MS, Palatino Linotype;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
hr {
	color: #FF9900;
}

a:link { color: #FF9900 } /* unvisited link */ 
a:visited { color: #FFCC00} /* visited links */ 
a:active { color: #33CC99} /* active links */ 
a:hover {color: #FF0000 } /*move over links */

h1 {
	font-size: 16px;
	color: #FF9900;
}
h2 {
	font-size: 16px;
	color: #33CC99;
}
h3 {
	font-size: 18px;
	color: #FF9900;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}
h4 {
	font-size: 18px;
	color: #33CC99;
}
h5 {
	font-size: 24px;
	color: #FF9900;
}
h6 {
	font-size: 24px;
	color: #33CC99;
}
