html, body{
		padding: 0px;
		margin: 0px;
		background-color:#000000;
		color:#000000;
	}
div{
		padding: 0px;
		margin: 0px;
	}

a:link {color:#07205e;text-decoration:none;}
a:visited {color:#07205e;text-decoration:none;}
a:hover {color:#000000;text-decoration:underline;}
a:active {color:#000000;text-decoration:none;}

.topspace {
	height:5px; 
	}

.title {
	font-size:22px;
	font-family:Georgia;
	color: #000000;
	font-weight:bold;
	text-align:left;
	}

.subtitle {
	font-size:15px;
	font-family:Georgia;
	color: #000000;
	font-style:italic;
	font-weight:bold;
	text-align:left;
	font-variant: small-caps;
	}
	
.credits {
	position:absolute;
	bottom:5px;
	right:5px;
	font-family:Arial;
	font-size:9px;
	color: #000000;
	text-align:right;
	}

.buttons {
	width: 350px;
	height: 25px;
	position:relative;
	margin:0 auto;
	background-image:url(images/button.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-family:trebuchet ms;
	font-size:14px;
	color:#0088ee;
	}

.space {
	height: 24px;
	text-align: center;
	}