body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 14px;
	color: #000000;
	background: rgb(100%, 100%, 100%);
	margin-top: 15px;
	margin-left: 5%;
	margin-right: 5%;
}

.small {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	color: #000000;
}

.large {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 18px;
	color: #000000;
}

img.border {
	border: 8px ridge #660000;
}

img.padding {
	padding: 10px;
}

a {
	text-decoration: none;
	color: #660000;
}

a:active {
	text-decoration: none;
	color: #cc0000;
}

a:hover {
	text-decoration: underline;
	color: #cc0000;
}

td.poster {
	padding: 10px;
	background: #ffffff;
	border: 8px ridge #006600;
	text-align: center;
}
