body {
	background-color : Black;
	background-image : url(images/wall.jpg);
	font : 8px Arial, Helvetica, sans-serif;
	color : White;
	background-attachment : fixed;
	scrollbar-arrow-color : #FF6633;
	scrollbar-base-color : Black;
}

P{
	font : bold 11px Arial, Helvetica, sans-serif;
}



h5{
	font : bold 11px Arial, Helvetica, sans-serif;
	color: #FFFACD;
}

a{
	font : bold 11px Arial, Helvetica, sans-serif;
	text-decoration : none;
}

a:link{
	font : bold 11px Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
}

a:visited {
	font : bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: white;
}

a:hover{
	font : bold 11px Arial, Helvetica, sans-serif;
	color: red;
	text-decoration : underline;
}

.tr{
	background-image : url(images/skullbg.jpg);
	background-position : 1% 100%;
	background-attachment : scroll;
	background-repeat : no-repeat;
}.borders {  border: #FFFFFF; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
