.h1 {
	font-family: Arial;
	font-size: 18px;
	color: #FF8000;
	font-weight: bold;
}
.h2 {
	font-family: Arial;
	color: Red;
	font-size: 15px;
	font-weight: bold;
}
.h3 {
	font-family: Arial;
	color: #FF8000;
	font-size: 14px;
	font-weight: bold;
	text-align : center;
}
.header {
	font-family: Arial;
	font-size: 14px;
	color: Red;
	font-weight : bold;
}
.body {
	font-family: Arial;
	font-size: 16px;
	color : #FFFFCC;
}
.bodysmall {
	font-family: Arial;
	font-size: 12px;
	color : #FFFFCC;
}
.bold {
	font-family: Arial;
	font-size: 15px;
	font : bold;
	color : #CECECE;
}
.bold2  {
	font-family: Arial;
	font-size: 14px;
	font : bold;
	color : #CECECE;
}
.dark {
	font-family: Arial;
	font-size: 15px;
	font : bold;
	color : Silver;
}
.boldred {
	font-family: Arial;
	color: Red;
	font-size: 15px;
	font-weight: bold;
}
.mainmenu  {
	font-family: arial;
	font-size: 16px;
	color : White;
}
.menu  {
	font-family: arial;
	font-size: 10px;
	color : #FFCE00;
}
.menuside  {
	font-family: arial;
	font-size: 14px;
	color : White;
}
.tablebody {
	font-family: Arial;
	font-size: 14px;
	color : #FF0808;
	font : bold;
}
a:link {
	font-family: arial;
	color: #FFCE00;
}
a:hover {
	font-family: Arial;
	color: #CECECE;
	text-decoration: underline;
}
a:visited {
	font-family: Arial;
	color: #ADA3F5;
}
