ul
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}

a.nav
{
float:left;
width:6.5em;
text-decoration:none;
text-align:center;
color:white;
background-color:#CC6600;
padding:0.1em 0.4em;
border-right:1px solid white;
}

a.visit
{
	float:left;
	width:6.5em;
	text-decoration:none;
	text-align:center;
	color:white;
	background-color:#755ba9;
	padding:0.1em 0.4em;
	border-right:1px solid white;
	font-weight: bolder;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	vertical-align: text-top;
}

a.nav:hover {background-color:#755ba9;
color:#FF6600;}

li {display:inline}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.style4 {font-size: 12px}

.style6 {
	color: #cc6600;
	font-weight: bold;
	font-size: 18px;
	white-space: nowrap;
}

h1.paragraph{
	text-align: center;
}

a:hover{
	background-color: #FFFFFF;
	color:#FF6600;
}

