@charset "UTF-8";

		body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	}
	body {
		background-image: url(bg.jpg);
		margin-left: 0px;	
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	h1 {
		font-size: 24px;
		color: #000;
		line-height: 0px;
	}
	a:link {
		color: #000;
		text-decoration: underline;
	}
	a:visited {
		text-decoration: underline;
		color: #CCC;
	}
	a:hover {
		text-decoration: none;
		color: #000;
	}
	a:active {
		text-decoration: underline;
		color: #FC0;
	}
