BODY {
	color: White;
	background-color: Black;
	background-image: url(website_designer2.jpg);
	background-position: top;
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Arial;
	font-size: small;
	text-align: center;
	font-style: normal;
	font-weight: normal;
}

A {
	color: #E13E00;
	text-decoration: none;
}

A:HOVER {
	color: #FFFF99;
	text-decoration: blink;
