td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:12px;
	color:#000080;
}

form
{
	margin:0px;
}

a {
	font-family:Tahoma;
	font-size:12px;
	text-decoration: none;
	font-weight: bold;
	color:#ffffff;
}

a.dog:link { font-size:11px; color: blue; text-decoration: none }
a.dog:active { color: orance; text-decoration: none }
a.dog:visited { font-size:11px; color: blue; text-decoration: none }
a.dog:hover { color: orange; text-decoration: underline }

a.bigdog:link { font-size:15px; color: blue; text-decoration: none }
a.bigdog:active { color: orance; text-decoration: none }
a.bigdog:visited { font-size:15px; color: blue; text-decoration: none }
a.bigdog:hover { color: orange; text-decoration: underline }

a.cat:link { font-size:12px; color: blue; text-decoration: none }
a.cat:hover { color: orange; text-decoration: underline }

a.pig:link { font-size:12px; color: white; text-decoration: none }
a.pig:hover { color: orange; text-decoration: underline }

A:Hover  {
	color : #ffffff;
	text-decoration : underline;
}

H1 {
	color: #000080;
	font-weight: bold;
	font-size : 16px;
}
