/* CSS Document */
body {
	background-image: url(bg.jpg);
	background-repeat: repeat;
	color: #000000;
	font-weight:bold;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2 {font-size:18px}
table {background-image:url(bg.jpg);}
tr {background-image:url(bg.jpg);}
td {background-image:url(bg.jpg);}

a:link {text-decoration:underline;
	color: #003399;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;}
a:visited {text-decoration:underline;
	color: #666666;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;}
a:hover {text-decoration:underline;
	 color:#FF0000;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;}}
