body {
	margin-top: 0px;
}
a:link {
	color: #af2c00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #f96738;
}
a:hover {
	text-decoration: underline;
	color: #ffcc00;
}
a:active {
	text-decoration: none;
	color: #faae1d;
}
.style1 {
	font-size: 18px;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
span.yellow { 
    background-color: #ffff55; 
}
.material_box {
	float: left;
	text-align: center;
	margin: 4px;
	border: 1px solid #999999;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	width: 155px;
	padding-top: 5px;
}