@charset "utf-8";
<style type="text/css">

h1 {
	font-size: xx-large;
	font-weight:normal
}
h2 {
	font-size: x-large;
	font-weight:normal;
 }
h3 {
	font-size: large;
	font-weight:normal;
 }
h4 {
 font-size: medium;
   font-weight:normal;
 }
h5 {
 font-size: small;
   font-weight:normal;
 }
h6 {
	font-size: x-small;
	font-weight:normal;
}
.style1 {
	line-height:normal;
	font-size:xx-large;
}
.style2 {
	line-height:normal;
	font-size:x-large;
}

.style3 {
	line-height:normal;
	font-size:large;
}
.style4 {
	line-height:normal;
	font-size:medium;
}
.style5 {
	line-height:normal;
	font-size:small;
}
.style6 {
	line-height:normal;
	font-size:x-small;
}
.style7 {
	line-height:normal;
	font-size:xx-small;
}

.Blue-Background {
	background-color:#6FF;
}

#white-box {
	background-image: url(/images/white-mask.png);
	margin: 5px;
	padding: 15px;
}

.Red-Text {
	color: #C00;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	text-decoration: none;
	color: #000;
	background-color: #B4F1E8;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
}

#navcontainer ul li a:hover
{
	color: #FFF;
	background-color: #3300FF;
}

ul.nav li a, ul.nav li a:visited {
    color: #ff80b3!important;
}

ul.nav li a:hover, ul.nav li a:active {
	color: #33FF33!important;
}

ul.nav li.active a {
	color: #66FFCC!important;
}

ul.nav li a, ul.nav li a:visited {
	color: #FF9933!important;
}

ul.nav li a:hover, ul.nav li a:active {
	color: #0033FF!important;
}

ul.nav li.active a {
	color: #33FFFF!important;
}
</style>
