
body {
	color:#000000;
	bgcolor:#999999;
	background-color: #124876;
	margin-top: 5px;

}



a.menu {
	color: #EBDC52;
font-size:12px;

}
a.menu:link {
	text-decoration: none;
}

a.menu:visited {
color:#E8F446;

}

a.menu:hover {
	text-decoration: underline;
	color: #FF0000;
}
a.menu:active {
	text-decoration: none;
	color: #CCFF00;
}

h1,h2,h3{
margin:5px 0 5px 0;
}

h1 {
	font: bold 2.5em;
	color: #0000DD;
}
h2 {
	font: bold 2em;
	color: #0000CC;
}
h3 {
	font: bold 1.7em;
	color: #0000BB;
}
h4 {
	font: 1.5em ;
	color: #000066;
}
h5 {
	font: 1.5em;
	font-weight:bold;
	color: #000022;
	padding-left: 3px;
	border-left: #666666 5px solid;

}
P {
	font-family: "MS UI Gothic";
	color: #333333;
	margin: 1em 2em 0em 2em;
line-height:1.5em;
}
a:link {
	text-decoration: underline;
}

blockquote {
	background: #F3F3F3;
	border: 2px dotted #FFCC33;
	padding:5px ;
line-height:1.2em;
}

UL{
margin:0;
}
LI{
margin:3px 0 0 12px;
list-style-position:outside;
}