a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;

}
a:active {
	color: #FFFF00;
	text-decoration: none;
}
body {
	background-attachment: fixed;
	background-image: url(images/shaking_bg.gif);
	background-repeat: no-repeat;
	background-position:  center;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
