/* CSS Document */

.center {
	position: fixed;
	width: 100%;
	text-align: center;
}

.link { text-decoration: none; }
			
.link:hover {
	text-decoration: overline;
	cursor: pointer;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

body {
	background-color: #000000;
	color: #FF0000;
}

p { text-align: center; }
