body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFFFFF;
}
a:link, a:visited {
	font-weight:bold;
	color: #FFFFFF;	
}
a:hover, a:active {
	color: #CC0000;	
}
/* Commented backslash hack hides rule from IE5-Mac \*/
#vidcentre {
	position:absolute;
	height: 275px;
	width: 360px;
	left:50%;
	margin:-137px auto auto -180px;
	top: 50%;
	text-align: center;
}
#animcentre {
	position:absolute;
	height: 460px;
	width: 400px;
	left:50%;
	margin:-230px auto auto -200px;
	top: 50%;
}
 /* End IE5-Mac hack */
a {
	text-decoration: none;
}
h1 {
	font-size: 30px;
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
}
.blink {
	text-decoration: blink;
}
