body, td, th, tr {
  background: black;
  color: white;
  margin-left: 1%;
/*  font-family: 'Molengo';*/
  margin-right: 1%;
}

img {
	border: 0px none;
}

.large {
  color: white;
  background: black;
  size: +2;
}

.content {
	text-align: center;
}
.thumb {
	text-align: center;
        float: left;
        width: 375px;
        height: 475px;
	overflow: hidden;
}

.footer {
  font-style: italic;
  text-align: center;
  clear: left;
}

.paging {
  clear: left;
}

.small {
  font-size: 90%;
}

UL {
  list-style-type: square;
  line-height: 110%;
}

subject {
	font-style: italic;
}

#left {
	text-align: left;
	margin-left: 1%;
	margin-right: 15%;
}

.column1 {
	float: left;
	margin-left: 40px;
	width: 35%;
	padding: 5px;
	text-align: left;
}

.column2 {
	margin-left: 45%;
	padding: 5px;
	width: 35%;
	text-align: left;
}

.column3 {
	position: fixed;
        width:150px;
        top: 195px;
	right:20px;
}

.box {
	float: left;
	border-style: groove;
        border: 2px solid white;
	padding: 10px;
	margin-top: 50px;
/*	margin-right: 75px;
	margin-left: -210px;	*/
}

.box ul,li {
	text-align: left;
 list-style: none;
padding: 0;
margin: 0;

}
a {
	color: #FFF;
	background: black;
	font-weight: bold;
	}
a:link {color:#FFF;
}
a:visited {color:#FF0;
}
a:hover {background-color:#FF0; color: #000;}


