a:link, a:visited {
	color: #b0e0e6;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #adff2f;
}

a:hover, a:focus {
	color: #FFFFD5;
	text-decoration:underline;
}

body {
	background-repeat: repeat-x;
	background-position: right top;
	background-attachment: fixed;
	background-color: #333;
	color: #f0f8ff;
	margin-left: 3%;
	margin-right: 5%;
}

