body {
	font-family: Trebuchet MS, sans-serif;
	font-size: 13px;
	color: #333333;
	background-image: url('graphical/background.jpg');
	background-color: #FDFDFD;
	background-repeat: repeat-x;
	margin-top: 1px;
	margin-bottom: 20px
	
}
a:link {
	color: #673a63;
	text-decoration: none;
}
a:visited {
	color: #996699;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
	
}
h2 {
	color: #673a63;
	font-size: 130%;
}
td {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Trebuchet MS, sans-serif;
	font-size: 13px;
}	
