/* Four Paws CSS */
body
{
	background-color: #0a0000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p
{
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:link
{
	color: #ad521b;
	text-decoration: underline;
}

a:hover
{
	color: #0a0000;
	text-decoration: underline;
}

a:visited
{
	color: #ad521b;
	text-decoration: underline;
}

h1,h2
{
	color: #6f010e;
	font-size: 20pt;
	font-weight: bold;
}

h2
{
	font-size:14pt;
}

#miniheader
{
	font-weight:bold;
}

#separator
{
	color: #f0aa0c;
}

