body, td {
	color : #191970;
	background-color : White;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height : 17px;
}

td.catch {
	border : 1px solid;
	border-color : #FFCC00;
	padding-bottom : 5;
	padding-left : 7;
	padding-right : 7;
	padding-top : 5;
	line-height : 21px;
	}


a {
	color: #191970;
    font-weight : bold;
	text-decoration : none;
}

a:active {
	color: #DC143C;
}

a:hover {
	color: #DC143C;
}

a.mail {
	color: #191970;
	text-decoration: none;
}

a.mail:hover {
	text-decoration: underline;
}

hr {
	color: #FFCC00;
	height: 1px;
	margin-top : 4px;
	margin-bottom : 4px;
	}

