P.norm {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
Table.small {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}
A.norm {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : White;
	font-weight : bold;
	background-color : Black;
	text-decoration : none;
}
A.norm:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Silver;
	font-weight : bold;
	background-color : Black;
	text-decoration : underline;
}

B.menu {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Red;
	font-weight : bold;
	background-color : Black;
}
P.vet {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
}
A.sub {
	color : Gray;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
A.black {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
	font-weight : bold;
	text-decoration : none;
}
A.black:HOVER {
	text-decoration : underline;
}

