body{
	background-color : Black;
	margin-bottom : 30px;
	margin-left : 30px;
	margin-right : 30px;
	margin-top : 30px;
	height : 100%;
	width : 100%;
}


.links a:link {
	font-weight:bold;
	color:#ffffff;
	text-decoration:underline;
	font : bolder 12px;
	font-family : Arial;
	/*background : #808080;
	*/
	padding-left : 10px;
	margin-left : 1px;
}  

.links a:visited {
	
	font-weight:bold;
	font : bolder 12px;
	font-family : Arial;
	color:#ffffff;
	text-decoration:underline;
	padding-left : 10px;
	margin-left : 1px;
} 
    
.links a:hover {
	
	font-weight:bold;
	font : bolder 12px;
	font-family : Arial;
	color:#000000;
	text-decoration:none;
	padding-left : 10px;
	margin-left : 1px;
}
     
.links a:active {
	
	font-weight:bold;
	font : bolder 12px;
	font-family : Arial;
	color:#ffffff;
	text-decoration:underline;
	padding-left : 10px;
	margin-left : 1px;
}

.text{
	font-family : Arial;
	font-size : 10pt;
	padding-left : 10px;
	text-align : left;
	
}

.unlink{
	font-weight:bold;
	font : bolder 16px;
	font-family : Arial;
	color:#000000;
	padding-left : 10px;
	margin-left :1px;
}

.align{
	text-align : center;
}