<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Body, &amp; link styles */
body {
	margin: 0;
	padding: 0;
	color: #fff;
	background: url("images/stars.jpg") repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;}

p {margin: 0;}

a:link, a:visited, a:active {
	color: #E8FF03;					/* yellow */
	text-decoration: none;
	font-weight: bold;}

a:hover {
	color: #E41200;					/* red */
	text-decoration: none;}

	
	
#container {
position: absolute;
width: 750px;
left: 50%;
margin-left: -375px;}

#content {
background: url("images/stars.jpg");}

#footer {
height: 30px;
width: 750px;
background: url("images/stars.jpg");
margin-top: 5px;}

</pre></body></html>