a:link {
	color: #3399CC;

}
a:visited {
	color: #339900;
}
a:hover {
	color: #FFCC33;
	text-decoration: underline overline;
	
}
body {
	background-attachment: fixed;
	background-image:   url(../../square.gif);
	background-repeat: repeat-y, repeat-x;
}