body{
margin : 0% 0% 0% 0%;
background-image : none;
	background-color : #e3e3e3;
	color : #000000;
}

.topmenu{
background-color : #fff8dc;
color : #000000;
font-family : Arial, Helvetica, sans-serif;
font-size : 9px;
font-style : normal;
font-weight : 200;
text-align : center;
width: 70%;
}

.join{
	top : 120px;
	right : 1%;
	background-color : #f5fffa;
	width : 70px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	text-align : center;
	color : #000000;
}
.title{
	top : 30px;
	left : 20px;
	font-family : "Times New Roman", Times, serif;
	font-size : large;
	font-style : italic;
	font-weight : 700;
	background-color : transparent;
	color : #0000ff;
}
.pagetitle{
	top : 70px;
	left : 20px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : large;
	font-style :  normal;
	font-weight : 800;
	text-align : left;
	background-color : transparent;
	color : #ff0000;
}
.text{
	background-color : #f5fffa;
	padding : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
	color : #000000;
}

td,tr{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #000000;
	background-color : #f5fffa;
	border : 1px Black solid;
	empty-cells : show;
	text-align : left;
	padding : 10px;
}

a:link{
	color : #0000ff;
	background-color : transparent;
	text-decoration : none;
}
a:visited{
	color : #0000ff;
	background-color : transparent;
	text-decoration : none;
}
a:hover{
color : #ff0000;
background-color : transparent;
text-decoration : underline;
}
a:active{
	color : #0000ff;
	background-color : transparent;
	text-decoration : none;
}