/* CSS Document */

body
{
	background-image: 
url('thornton.jpg');
	background-repeat: 
no-repeat;
}
a
{
text-decoration: none;
}
a:link, a:visited
{
color: #000000;
font-weight: bold;
}
a:hover, a:active
{
color: #0099FF;
font-weight: bold;
}

