@CHARSET "UTF-8";

html
{
	height: 100%;
}

body 
{
	background-color:black;
	color:white;
	margin: 0px; 
	padding: 0px; 
	font-family:Arial;
	height: 100%;
	font-size:12pt;
	position:relative;
	left:0px;
	top:0px;
	z-index:0;
}

img 
{
	border-style:none;
}


.frontcaption
{ 
	color:white;
	font-family:Arial,sans;
	font-size:12pt;
	text-decoration:none;
	font-variant:small-caps;
	letter-spacing:2pt;
}

