body {
	margin: 5px;
	background-color: #003300;
}

table.main {
	width: 600px;
	background-color: #DEFFDE;
	border: 3px double #32CD32;
}

td.intro {
	font-family: Georgia,serif;
	font-size: 11pt;
	color: #9D652D;
	padding-left: 10px;
	padding-right: 10px;
}
td.intro p {
	text-indent: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.5;
}

table.cow {
	border-bottom: 1px dashed silver;
}
table.cow td.cowpic {
	width: 290px;
	text-align: center;
}
table.cow td.cowname {
	padding-left: 3px;
	border-bottom: 2px solid black;
}
td.cownamecen {
	text-align: center;
	border-bottom: 2px solid black;
}

td.cowinfo {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.25;
	color: #2F4F4F;
}
td.dam {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #2F4F4F;
}
li, ul {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.copyright {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 8pt;
	color: #003300;
}