body{
	background-color: #1E1E1E;
	background-attachment: scroll
	font-family: Arial, Helvetica, sans-serif;
	color: white;
}

table{
	border-color: red Red Red Red;
	border: solid Red;
	border-top: thick solid Red;
	border-top-width: thick;
	border-bottom-width: thick;
	border-bottom: thick solid Red;
}

div.thumbnail{
	width: 130px;
	float: left;
	margin: 0 10px 10px 0;
	
}

div.thumbnail img{
	margin: 10px 0 0 10px;
	border: 1px solid #777;
}

img{
	border: thick solid Black;
}
a:hover {
	color: Black;
	font-weight: bold;
	font-style: normal;
	background-color: Red;
}

a {
	color: Red;
}

a:link{
	color: Red;
}

a:visited{
	color: Maroon;
}

