.main_table {
	background-image: url(images/main_bkg.jpg);
	background-repeat: repeat-x;
}
body {
	background-color: #DDDDFF;
	background-image: url(images/main_bkg.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Trebuchet MS, Verdana, Georgia, Times, serif;
}

/* The hover effect for the links, automatically applied to A elements, just by doing link-rel to this CSS :) */
a:link, a:active, a:visited { color : #006699; text-decoration: none }
a:hover		{ text-decoration: underline; color : #DD6900; }