
body 
{
	font-family : century gothic;
	font-size: 10pt;
	font-weight: 300; 
	background-image : url(../images/pagebackground.jpg);
	background-repeat : no-repeat; 
	background-attachment : fixed; 
	background-color : black; 
	color:		white;
} 
h1
{
	font-family : century gothic;
	font-size: 12pt;
	font-weight: 600;
	color:yellow;
}
a
{
	
	text-decoration : none; 
	padding-top : 4px; 
	color : white;
	
	vertical-align : middle;
}

a:focus
{
	
	text-decoration:none;
	
	color:#fffc05;
}

a:hover
{
	
	text-decoration:none;
	font-weight:600;
	color:#fcf902;
}



	

table.subtable
{
	
	width: 460px;
	
	text-align : left; 
	table-layout : fixed; 
	empty-cells : show; 
	border-width : 1px; 
	border-style : solid; 
	border-top-color : white; 
	border-bottom-color : #a0a0a0; 
	border-left-color : #f0f0f0; 
	border-right-color : #c0c0c0; 
	border-spacing : 1px;
	
	height: 500px; 
	empty-cells : show; 
	padding : 1px; 
	margin : 0; 
}
	
