BODY {
	background : Purple none no-repeat scroll center;
	background-color : Purple;
	font-family : Verdana, Arial, Sans-serif;
	height : auto;
	font-style : normal;
	font-size : medium;
	text-align : center;
	background-attachment : fixed;
	border : Blue;
	color : White;
}

TABLE {
	background : transparent;
	border : thin Purple;
	border-color : Red;
	border-style : inset;
	float : none;
	color : Red;
	background-color : Purple;
	text-align : center;
	vertical-align : middle;
}

A {
	text-decoration: none;
	color: White;
	text-align : center;
	font-size : medium;
	font-style : normal;
}

A:Hover {
	text-decoration: blink;
	color: Blue;
	background-color : Red;
	font-weight : normal;
	font : medium Verdana, serif;
	font-size : medium;
}

