/* CSS Document */

BODY {
	background-image: url(img/background.jpg);
	background-repeat:no-repeat;
}

a {
text-decoration:none;
color:#000000;
font: Arial;
font-size:18px
}
A:visited { text-decoration: none; } 
A:active { text-decoration: none; }
