body {
	background-color: #FFFFFF;
	color: #003366;
	background-attachment: fixed;
	background-image: url(../images/softex.jpg);
	background-repeat: repeat;
}
a:link {
	color: #0066FF;
}
a:visited {
	color: #006600;
}
a:hover {
	color: #00CCFF;
}
a:active {
	color: #00FF00;
}

