﻿a {
	color: #0000FF;
	text-decoration: underline;
	font-size: 18px;
	font-weight: normal;
}
a:active {
	color: #660033;
	font-size: 18px;
}
a:hover {
	color: #009900;
	text-decoration: underline;
	font-size: 18px;
	font-weight: normal;
}
a:visited {
	color: #009900;
	font-size: 18px;
	font-weight: normal;
	text-decoration: underline;
}
body {
	background-color: #999999;
	background-image: url('');
	background-attachment: fixed;
}
.centered {
	text-align: center;
}
.underline {
	text-decoration: underline;
}

