body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;

}
.biglink {
	font-weight: bold;
	color: #000000;
}
.content {
	background-image: url(images/horgrad.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 200px;
	max-width: 200px;
	width: expression(this.width > 150 ? 150: true);
}

.top {
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
}
.body {
	background-color: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	
}

h2 {
	font-weight: bolder;
	color: #000000;
	text-align: center;
}
.smalllink {
	color: #000000;
}

  
.h2 {
	font-weight: bolder;
	color: #000000;
	text-align: center;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #111111;
}

