body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #efefef;
}

#box 
{
	width: 780px;
	padding: 2em 3em;
	margin: auto;
	margin-top: 2em;
	border: 1px solid #999;
	background-color: white;
}

.pdf {
	margin: 5px;
	margin-right: 10px;
	float: left;
}

.download
{
	font-size: 11px;
	text-align: center;
	color: #999;
}

.download a
{
	font-size: 11px;
	display: block;
	border: 1px solid white;
	padding: 5px;
	margin: 5px;
	text-align: left;
}

.download a:link
{
	color: #666;
	text-decoration: none;
}

.download a:visited
{
	color: #666;
	text-decoration: none;
}

.download a:hover
{
	color: #930000;
	text-decoration: none;
	border: 1px solid #ccc;
	background-color: #eee;
}

.download a:active
{
	color: #999;
	text-decoration: none;
}



a:link
{
	color: #666;
	text-decoration: none;
}

a:visited
{
	color: #666;
	text-decoration: none;
}

a:hover
{
	color: #930000;
	text-decoration: none;
}

a:active
{
	color: #999;
	text-decoration: none;
}
