	
body {
    background-image: url(bg_gryside.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
	
}

a:visited {
	color: #000000;	text-decoration: none;font-weight: bold;
}
a:link {
	color: #000000;text-decoration: none;font-weight: bold;

}
a:hover {
	color: #CCCCCC;text-decoration: none;font-weight: bold;
}