body{
margin : 0% 0% 0% 0%;
	background-color : #e3e3e3;
	color : #e3e3e3;
}
#topmenu{
position : absolute;
top : 0%;
left : 1%;
background-color : #e1e1e1;
color : #000000;
padding : 1px;
font-family : Arial, Helvetica, sans-serif;
font-size : xx-small;
font-style : normal;
font-weight : 100;
}
#sharpmenu{
	position : absolute;
	top : 0%;
	right : 2%;
	background-color : #fff8dc;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : 600;
}
#titlesmall{
	position : absolute;
	top : 70px;
	left : 20px;
	font-family : "Times New Roman", Times, serif;
	font-size : 30px;
	font-style : italic;
	font-weight : 700;
	background-color : transparent;
	color : #ff0000;
	z-index : 50;
}
h2{
	position : absolute;
	top : 70px;
	left : 250px;
	font-family : "Times New Roman", Times, serif;
	font-size : 30px;
	font-style :  normal;
	font-weight : 800;
	text-align : left;
	background-color : transparent;
	color : #0000ff;
	z-index : 49;
}
#textmain{
position : absolute;
top : 120px;
left : 20px;
width : 60%;
padding : 5px;
background-color : #ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : 600;
	text-align : justify;
	color : #000000;
	}

#table{
position : absolute;
top : 120px;
left : 20px;
}

td,tr{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : 600;
	color : #000000;
	background-color : #e3e3e3;
	border : none;
	empty-cells : show;
	text-align : left;
}


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;
}

