/*
	FILE: ihi_styles.css
	UPDATE: 02/28/05
*/

a:link, a:active, a:visited {
	color: #03527A; 
	text-decoration: underline;}
a:hover {
	text-decoration: none;}

body {
	font-family: Garamond, "Times New Roman", serif;
	font-size: 16px;}

h1 {
	font-size: 19px;
	font-weight: bold;
	color: #615C46;
	border-bottom: 1px solid #615C46;}

input {
	border: 1px solid #AAA27B;
	background-color: #F8F5E4;
	font-family: Garamond, "Times New Roman", serif;
	font-size: 16px;}

select {
	border: 1px solid #AAA27B;
	background-color: #F8F5E4;
	font-family: Garamond, "Times New Roman", serif;
	font-size: 16px;}

textarea {
	border: 1px solid #AAA27B;
	background-color: #F8F5E4;
	font-family: Garamond, "Times New Roman", serif;
	font-size: 16px;} 

td {
	font-family: Garamond, "Times New Roman", serif;
	font-size: 16px;}