@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/green-background.jpg);
	color: #ffffcc;
	font-family: Arial, Helvetica, sans-serif;
}
#top {
	clear: both;
	overflow: auto;
}
#main {
	clear: both;
	overflow: auto;
}
#bottom {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
#nav {
	height: 40px;
	background-image:url(../images/nav-back.jpg);
	background-repeat: no-repeat;
	background-position: center;
	line-height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
#nav a:link, #nav a:visited {
	color: #FFFFCA;
	text-decoration: none;
}
#nav a:hover {
	color: #FFFFFF;
}
#content {
	width: 765px;
	margin: 0 auto 0 auto;
	background-color: #184c25;
}
.cowinfo {
	font-size: 13px;
}
.cowscore {
	font-weight: bold;
}
.cowpic {
	/* Cow Images */
}
.news {
	display: block;
	width: 625px;
	margin-left: 70px;
	font-size: 13px;
	text-indent: 36px;
	text-align: justify;
}
.news2 {
	display: block;
	width: 625px;
	margin-left: 70px;
	font-size: 13px;
	text-align: justify;
}
.news2 ul {
	margin-left: 2px;
	padding-left: 10px;
}
a:link, a:visited {
	color:#00FF66;
}
a:hover {
	color:#00FF99;
}
