/* styles for old hay barn - this is a comment */

body {
	color: black;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: left;
	font-weight: normal;
	background-color: white;
}


H2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	text-align: center;
}

H3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	text-align: center;
	color: #009900;
}

H4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 12pt;
	border: 0px;
}

H5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	text-align: center;
	margin-top: 0px;
}

h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	text-align: center;
}

P {
	font-family: "Times New Roman", "Times", "serif";
	font-size: 12pt;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
} 

LI {
	font-family: "Times New Roman", "Times", "serif";
	font-size: 12pt;
}

.edged {
	border-left: 1px solid #009900;
	border-right: 1px solid #009900;
	border-top: 1px solid #009900;
	border-bottom: 1px solid #009900;
}
 
table {
	width: 100%;
	padding: 1px;
	border: 0px;
	margin: 0px;
	background-color: white;
}

table.back {
	background-color: #009900;
}

td {
	font-size: 12pt;
	padding: 5px;
	border: 0px;
	margin: 0px;
}

td.top {
	padding: 1px;
}

a:link {
  	color: #228855;
  	background-color: transparent;
	text-decoration: underline;
}

a:active {
  	color: #228855;
  	background-color: transparent;
	text-decoration: underline;
}

a:visited {
  	color: #00C000;
  	background-color: transparent;
	text-decoration: underline;
}

a:hover {
  	color: #117744;
  	background-color: transparent;
	text-decoration: underline;
}

.right {
	text-align: right;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.white {
	background-color: white;
}


