/*	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: 10 pt}
p	{font-size: 10 pt}
table	{font-size:  9 pt}
h1	{font-size: 20 pt; color: navy; align: center}
h2	{font-size: 12 pt ; font-weight:bold}
h3      {font-size: 10 pt ; font-weight:bold}

a:link	{color: blue}
a:visited {color: purple}
a:active {color: red}
a:hover {color: red}

