BODY {
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	background-image: url(http://sinari.closetgamers.com/pagebg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	margin: 0px;
	padding: 0px;
}

a:visited {color: blue; text-decoration: none; }
a:hover {color: blue; text-decoration: underline; }
a:link {color: blue; text-decoration: none; }

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.tablebg {
	background: white;
	color: black;
	border: 1px solid #354D84;
    filter:alpha(opacity=85);
    -moz-opacity:.85;
    opacity:.85;
}

h1 {
font-size: 18px;
}