body {
	color: #FFFF00; 
	background-color: #000000;
	font-family: Verdana, Arial, sans-serif;
	background-image: url(../images/walkawayred.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 35px 330px;
}

A {
	color: #FFFF00;
	text-decoration: none;
}

A:HOVER {
	color: Red;
	text-decoration: underline overline;
	font-weight: bold;
}



.inset {
	border: inset;
}
.outset {
	border: outset;
}
div.swf1 {
	float: left; left: 200px;
}
