A:link {
	background: #ffffff;
	color: blue;
	text-align: center;
	line-height: 2em;
	text-decoration: none;
	border-style: double;
	border-color: blue;
	width:100%;
	}
A:visited {
	background: #ffffff;
	color: purple;
	text-align: center;
	line-height: 2em;
	text-decoration: none;
	border-style: double;
	border-color: blue;
	width:100%;
	}
A:active {
	background: #666666;
	color: blue;
	text-align: center;
	line-height: 2em;
	text-decoration: none;
	border-style: double;
	border-color: blue;
	width:100%;
	}
BODY {
	background:#ffffff;
	color:#000000;
	}