.font {
	font-family: Arial;
	color: #000000;
	font-size: 10px;
}
.tab {
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #0076A6;
	font-family: Arial;
	color: #000000;
	font-size: 10px;

.outline {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0076A6;
	border-left-color: #0076A6;
}
a:link {
        color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;

}
a:hover {
	color: #000000;
	text-decoration: none;
}

