body{
margin : 0% 0% 0% 0%;
background-image : none;
	background-color : #e3e3e3;
	color : #000000;
}

#densimenu{
	position : absolute;
	top : 1px;
	left : 20px;
	background-color : #fff8dc;
color : #000000;
padding : 3px;
font-family : Arial, Helvetica, sans-serif;
font-size : xx-small;
font-style : normal;
font-weight : 200;
text-align : left;
}
#starlogo{
	position : absolute;
	top : 125px;
	right : 1%;
}
#title{
	position : absolute;
	top : 30px;
	left : 20px;
	font-family : "Times New Roman", Times, serif;
	font-size : 30px;
	font-style : italic;
	font-weight : 700;
	background-color : transparent;
	color : #0000ff;
}
#pagetitle{
	position : absolute;
	top : 70px;
	left : 20px;
	font-family : "Times New Roman", Times, serif;
	font-size : 30px;
	font-style :  normal;
	font-weight : 800;
	text-align : left;
	background-color : transparent;
	color : #000000;
}
#text{
	position : absolute;
	top : 125px;
	left : 20px;
	width : 500px;
	background-color : #f0f0f0;
	padding : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
	color : #000000;
}

#table{
position : absolute;
top : 120px;
left : 20px;
}

td,tr{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #000000;
	background-color : #f0f0f0;
	border : none;
	empty-cells : show;
	text-align : left;
	padding : 3px;
}

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;
}

