body {
	background-image: url(srcimages/bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;

}
a:visited {
	text-decoration: none;
	color: #FFFFCC;

}
a:hover {
	text-decoration: none;
	color: #CCCC66;

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

}
