body {
	background-image: url(Images/background.jpg);
	margin: 10px;
}

.header {
	background-image:  url("Images/header.gif");
	background-repeat: no-repeat;
}

.links  {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	line-height: 20px;
}


.links a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

.links a:visited {

	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

.links a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.links a:active {

	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
