* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background: white url("../images/OpalBackGround.gif") no-repeat;
	margin: 0 0 20px 20px;
}

a {
	color: blue;
}

a:visited {
	color: blue;
}

a:hover {
	color: Green;
}