body{
/*	background-color: b21b1b;*/
	background-color: ff75fd;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.content{
/*	font-family: "Lucida Handwriting", Arial;*/
	font-family: Verdana, Arial;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.heading{
	font-family: "Lucida Handwriting", Arial;
	font-size: larger;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
}

.heading2{
	font-family: "Lucida Handwriting", Arial;
	font-size: 21px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
}

A:link{
	text-decoration: none;
	color: black;
}

A:visited{
	text-decoration: none;
	color: black;
}

A:active{
	text-decoration: none;
	color: black;
}

A:hover{
	text-decoration: underline;
/*	font-weight: bold;*/
	color: black;
}

#ex {
 overflow: hidden;
 height: 1px;
 text-align: center;
}

.newitem {
	text-align:center;
	width: 100px;
	vertical-align: top;
 }

#largeImage {
	position: absolute;
	padding: .5em;
	background: #ff75fd;
	border: 1px solid #000000;
	font: bold 13px Arial, Helvetica, sans-serif;
}

th {
	text-align: left;
	background-color: ff75fd;
}