/* OfficeHDV */

body {
	background: url(images/ohdv_01.gif) repeat-x top #f1f1f1;
	margin: 0;
	text-align: center;
	color: #000;
	font: 75% Arial, Helvetica, sans-serif;
}
.sub_head {
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.footer {
	font-size: 0.8em;
	text-align: center;
	margin-left: 140px;
}
.thumb {
	border: 1px solid #9c2f41;
	margin: 2px;
}
.toplist td {
	font-size: 11px;
	line-height: 16px;
}

a:link {
	color: #9c2f41;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #9c2f41;
}
a:hover {
	text-decoration: none;
	color: #9c2f41;
}
a:active {
	text-decoration: underline;
	color: #9c2f41;
}
.page { padding: 10px 0 10px 0; }
.page a:link, .page a:visited {
	background: #ed2762;
	color: #fff;
	border: 1px solid #e00061;
	padding: 4px 6px;
	margin: 4px 1px;
	text-decoration: none;
}
.page a:hover {	
	color: #000;
	background: #f8f8f8;
}