﻿.pageD a:link {
	color: #009999;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	font-weight: normal;
	padding-bottom: 1px;
	text-decoration: none;
	line-height: 20px;
	height: 30px;
}
.pageD a:visited{
	color: #999999;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	font-weight: normal;
	padding-bottom: 1px;
	text-decoration: none;
	line-height: 20px;
	height: 30px;
}
.pageD a:hover {
	color: #ffffff;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	background-color: #CC0000;
	text-decoration: none;
	line-height: 20px;
	height: 30px;
}
.pageD {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	height: 30px;
	margin: 10px;
	padding: 10px 5px 0 10px;
}