body {
	background-color: black;
	background-attachment: fixed;
	background-image: url('background.jpg');
	background-size: 100% 100%;
	color: #999999;
	margin-top: 50px;
	text-align: center;
}

h5 {
	font-weight: normal;
	font-size: 14px;
	text-align: right;
}
h6 {
	font-weight: normal;
	font-size: 14px;
	
	text-align: center;
}

div {
	text-align: center;
}

a {
	/*display: block;*/
	font-weight: normal;
	font-size: 18px;
 	color: #4488ff; 
	text-decoration: none;
	text-align: center;
	line-height: 25px;
} 
a:link { 
}
a:visited {
	color: #44ffff;
}
a:focus { 
	color: #ffffff;
}
a:hover {
	font-weight: bold;
	color: #ccff00;
}
a:active { 
	font-weight: bold;
	color: #ccff00;
}
a.dir::before, a.dir::after {
	content: "\00a0\00a0\00a0\00a0\00a0\00a0";
	background-image: url('folder.gif');
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: center;
}
a.lnk::before, a.lnk::after {
	content: "\00a0\00a0\00a0\00a0\00a0\00a0";
	background-image: url('link.gif');
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: center;
}
