
p {
	margin:				0px;
	margin-bottom:				12px;
	background:			transparent;
	color:				#121212;
	font-family:			arial,verdana,helvetica,sans-serif;
	font-weight:			normal;
}

a:link {text-decoration: none}
a:link {color: #FF6600;}
a:visited {color: #FF6600;}
a:visited {text-decoration: none}
a:hover {color: #FF0000;}

h1 {
	color: #FF6600;
	padding:											0px;
	margin:												0px;
	margin-bottom:								12px;
	background:										transparent;
	font-family:									arial,verdana,helvetica,sans-serif;
	font-size:										160%;
	font-weight:									bold;
}
h2 {
	margin:											0px;
	margin-bottom:							10px;
	background:									transparent;
	font-family:								arial,helvetica,sans-serif;
	font-size:									130%;
	font-weight:								bold;
}
h3 {
	margin:											0px;
	margin-bottom:							2px;
	background:									transparent;
	font-family:								arial,helvetica,sans-serif;
	font-size:									120%;
	font-weight:								bold;
}
h4 {
	margin:											0px;
	margin-bottom:							2px;
	background:									transparent;
	font-family:								arial,helvetica,sans-serif;
	font-size:									105%;
	font-weight:								bold;
}
body {
	margin:								0px;
	padding:							0px;
	background:						#ffffff;
	color:								#121212;
	font-family:					arial,verdana,helvetica,sans-serif;
	font-weight:					normal;
	height:								100%;
	width:								100%
}

