﻿/* froglets.css */

body {
  font-family: Verdana;
  font-size: 11pt;
  line-height: 12pt;
  font-variant: normal;
  font-weight: normal;
  margin-right: .5in;
}

/* Masthead */
#masthead {
/*	text-align: left; */ 
	margin-top: 0px;
	background-color: #030;
	width: 100%;
	overflow:hidden; 
	margin: 0;
	padding: 0;
	border: 0;
}
#masthead h1 {
  font-family: Georgia;
  font-size: 44pt;
  line-height: 48pt;
  font-weight: bold;
  font-style: italic;
  text-align: right;
  margin-top:5px;
  margin-bottom:5px;
  color: #0f0;
  }
/* Navigation */
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #fea;
/*	overflow: hidden;
	margin-bottom:5px; */
}
#navigation a {
	font-weight: bold;
	color: #8b0000;
	display: block;
	padding: 5px;
	background-color: #fea;
	text-decoration: none;
}
#navigation a:active {
	font-weight: bold;
	color: #000;
	background-color: #fea;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fea;
	border: 1px solid #8b0000;
	background-color: #8b0000;
}
#navigation a:visited {
	font-weight: bold;
	color: #c00;
	background-color: #fea;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	padding-right:8px;
}

P {
  font-family: Verdana;
  font-size: 11pt;
  line-height: 12pt;
  font-variant: normal;
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

P.index {
  font-family: Verdana;
  font-size: 12pt;
  line-height: 14pt;
  font-weight: bold;
}

P.center {
  text-align: center;
}

P.reverse {
  font-family: Verdana;
  font-size: 11pt;
  line-height: 12pt;
  font-weight: bold;
  text-align: left;
  color: white;
}

P.update {
  font-family: Verdana;
  font-size: 8pt;
  line-height: 9pt;
  font-weight: normal;
  text-align: left;
}
td.green {
  margin-top: 0px;
  background-color: #003300
} 
td.cream {
  margin-top: 0px;
  background-color: #ffffe6
}

a:link {
  font-weight: bold;
  color: #00f;
}

a:active {
  color: #fff;
  background-color: black;
  text-decoration: underline;
}
 
a:hover {
  font-weight: bold;
  color: #228B22;
}

a:visited {
  font-weight: bold;
  color: #93c;	
}

H1 {
  font-family: Georgia;
  font-size: 44pt;
  line-height: 50pt;
  font-weight: bold;
  font-style: italic;
  text-align: right;
  color: #00ff00;
}

H2 {
  font-family: Verdana;
  font-size: 20pt;
  line-height: 20pt;
  font-weight: bold;
  color: #0099ff;
}

H3 {
	font-family: Verdana;
	font-size: 20pt;
	line-height: 20pt;
	font-weight: bold;
	color: green;
	text-align: left;
}

hr.green {
  	height: 3px; 
  	color: green;
}

/* workarounds for hr tag */
div.greenrule {
  background-color: green;
  font-size: 3px;
  height: 3px;
} 

.styleblue {
	color: #0099ff;
	}
