/*	FrogStyle.css -- Cascading Style Sheet for FRoG Web site 
        --------------------------------------------------------
                             11/24/2002
			     12/29/2006
*/

p,h1,h2,h3,table,body	{font-family: Arial, Helvetica, sans-serif;
			 color: black; background: white}
body    {font-size: 10pt}
p       {font-size: 10pt}
table   {font-size:  9pt}
h1      {font-size: 20pt; color: navy; text-align: center}
h2      {font-size: 12pt; font-weight:bold}
h3      {font-size: 10pt; font-weight:bold}

a:link	{color: blue}
a:visited {color: purple}
a:active {color: red}
a:hover {color: red}


