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; 
}
.names {
	font-size: 14px;
	color: #069;
}


a:hover {
    text-decoration: none;
}

