body {
	background-attachment: scroll;
	background-image:  url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;

}

a {
    text-decoration: underline;
    outline: none;
	color: #006699; 
    font-weight: none; 
}

a:hover {
    text-decoration: none;
}