body { color: black;}

table, td 
{
   color: black;
   font-family: "Verdana", "Sans-Serif";
   font-size: 12px;
}

p, ul, ol, dl, br
{
   color: black;
   font-family: "Verdana", "Sans-Serif";
   font-size: 12px;
}

a:link 
{ 
   color: #ff0000; 
   text-decoration: none;
   font-family: "Verdana", "Sans-Serif";
   font-size: 12px;
}

a:visited 
{ 
   color: #800000; 
   text-decoration: none;
   font-family: "Verdana", "Sans-Serif";
   font-size: 12px;
}
a:active { 
   color: #0000ff; 
   text-decoration: none;
   font-family: "Verdana", "Sans-Serif";
   font-size: 12px;
}
a:hover
{
   color: 000000;
   text-decoration: none;
   background-color: #ff9c01;
   font-family: "Verdana", "Sans-Serif";
   font-weight: 700;
   font-size: 12px; 
}

h1
{
   color: black;
   font-family: "Verdana", "Sans-Serif";
   font-size: 18px;
}
h2
{
   color: black;
   font-family: "Verdana", "Sans-Serif";
   font-size: 16px;
}
h3
{
   color: black;
   font-family: "Verdana", "Sans-Serif";
   font-size: 14px;
}
h4
{
   color: black;
   font-family: "Verdana", "Sans-Serif";
   font-size: 10px;
}

#multimedia {
	width: 224px;
	background: url("http://www.webbedfeet.org/p-c-news/images/multimedia_bg.gif") no-repeat top right;
	vertical-align: top;
	padding-top: 10px;
	}

#videotext {
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #000;
	width: 174px;
	padding-left: 3px;
	}