/* StyleSheet for Lindsay Feldmeth web site */
BODY {
  background-color : #ffeecc;
	color : #000033;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
A {
	color: #0000ff;
	text-decoration: none;
}
A:visited {
	color: #0000a0;
	text-decoration: none;
}
A:HOVER {
	color: #0000ff;
	text-decoration: underline;
}
P, TR, TD, TH, UL,OL, LI {
	font-family: Arial, Helvetica, sans-serif;
}
P.updated {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 80%;
	text-align : right;
}
H1 {
	font-family :  Georgia, "Times New Roman", Times, serif;
	font-size : 200%;
	font-weight : bold;
	color : #770022
}
H1.head {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 300%;
	font-weight : bold;
}
H2 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 160%;
	font-weight : bold;
}
H3 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 120%;
	font-weight : bold;
}
H4 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 110%;
	font-weight : bold;
}
H5 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-weight : bold;
}
HR {
	height: 1px;
	border-color: #999900;
	color: #999900;
}
HR.updated {
	height : 1px;
	width : 50%;
	text-align : right;
	border-color : #0000ff;
}
.small {
	font-size: 80%;
}
.big {
	font-size: 120%;
}
.highlight {
	background-color : #ccccff;
	border-bottom : 1px solid;
	border-top : 1px solid;
}
.news {
	font-size : 90%;
	margin-left : 10px;
}

address {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 60%;
}
div.footer { 
  font-size: 60%;  
}

div.footer A:link { 
  text-decoration: none;   
  color: #687FA3; 
}
div.footer A:visited { 
  text-decoration: none;  
  color: #687FA3; 
  }
div.footer A:hover { 
  font-weight: bold; 
  text-decoration: underline; 
}

