.style {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	font-weight: normal;
}

a:link {
	color: #990000;
	text-decoration:underline;
	font-weight: bold;
}

.style strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #333333;
}

a:hover {
	text-decoration:none;
}

.disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	font-weight: normal;
}

.sample {
  width: 280px;
  margin: 0 0 15px 12px;
  float: left;
  text-align: center;
}

.clearboth {
  clear: both; 
}

.sample-header {
  font-size: 1.6em;
  font-weight: bold;
  color: #333;
}

