p {
	font-size: 12px;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #B97102;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000837;
	font-style: italic;
}
a:link {
	color: #D08C00;
	text-decoration: none;
}
a:visited {
	color: #D89101;
	text-decoration: none;
}
a:hover {
	color: #006;
	text-decoration: none;
}

body {
	background-color: #000837;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: arial;
	color: #000837;
}
.p_white02 {
	color: #FFF;
}
