body {
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

XXXxxdiv {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: xx-small;
}

.menutext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: black;
	font-weight: normal;
	font-style: oblique;
	padding-left: 5px;
}

.menudesc {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	font-weight: normal;
	font-style: oblique;
	padding-left: 5px;
}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: black;
	padding-left: 5px;
}

.MainText {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: black;
	padding-left: 5px;
}


.LargeBold {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-size: x-small;
	font-weight: bold;
}

.nav {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.Padding5 {
	padding: 5px;
	font-size: x-small;
	color: #000000;
}

Div {
	padding: 5px;
	font-size: x-small;
	color: #000000;
}

.OrangeBorder1 {
	border-right: thin solid #ffcc66;
}

.test {
	
	border-style: solid;
	color: #ffcc66;
	border-left-width: 55px;
	border-left-color: Aqua;
}

.OrangeBorder2 {
	border-left: thin solid #ffcc66;

}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: white;
	font-weight: bolder;
}

h2 {
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: xx-small;
	color: black;
	font-weight: bolder;
}

ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: black;
}

a:link 		{ color: #FF8000;
	font-weight: bold;
}
a:visited 	{ color:  blue; }
a:active 	{ color: red; }
a:hover 	{ color: Fuchsia; }
