body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000033;
}
p {
	font-size: smaller;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	weight: bold;
	color: #3366CC;
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
	color: orange;
	weight: bolder;
	background-color: #000033;
}

a:visited {
    color: #666666;
}

.navbox {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: groove;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	font-weight: bold;
	text-decoration: none;
	line-height: 24px;
}
.copyright {
	color: #660000;
	font-style: italic;
}
h4 {
	font-weight: bold;
	text-transform: capitalize;
}
.box {
	font-style: italic;
	color: #FFFFCC;
	text-align: center;
	margin: auto;
	padding: 6px;
	width: 180px;
	border: thin outset #666666;
	background-color: #000033;
	background-position: center;
	font-size: x-small;
	font-weight: bold;
}
.box2 {
	font-style: italic;
	color: #FFFFCC;
	text-align: center;
	margin: auto;
	padding: 6px;
	width: 600px;
	border: thin outset #666666;
	background-color: #000033;
	background-position: center;
	font-size: x-small;
	font-weight: normal;
}
.box3 {
	font-style: italic;
	color: #000033;
	text-align: left;
	padding: 6px;
	width: 250px;
	border: thin solid #000033;
	background-position: center;
	font-size: x-small;
	font-weight: normal;
	background-color: #FFFFE1;
}
cite {
	font-style: italic;
	color: #660000;
	text-align: center;
	font-size: -2;
	margin: 6px;
	padding: 8px;
	width: 600px;
	border: thin solid #666666;
}
exp {
    font-style: italic;
	color: #660000;
}
li {
    font-size: smaller;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
    font-size: x-large;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
    font-size: large;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3 {
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}