a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFF00;
	background-color: #0000FF;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.tst {
 background-Color:#FFFFCC;border:solid green 6px;color:#CCFFFF;
}
body {
	background-attachment: fixed;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}

