@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Times New Roman, Times, serif;
	color: #595959;
}

a:link
{
	color: #aaaaaa;
}
a:visited
{
	color: #777777;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	text-decoration: none;
}
.style1 {font-size: 36px}

img {
	margin:7px;
	border:0;
}

div#index table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#index td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #D7D7D7;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#index td.thumbcell img {
	border-style: none;
}
