@charset "utf-8";
/* CSS Document */

body {
	color: #ffffff;
	background-color: #000000;
}
#top {
	clear: both;
}
#main {
	clear: both;
}
#content {
	width: 800px;
	margin: 0 auto 0 auto;
}
#bottom {
	width: 800px;
	clear: both;
	margin: 0 auto 0 auto;
	text-align:center;
}
.cowname {
	font: "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:15pt;
	font-weight:bold;
}
.cowinfo {
	font:"Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:12pt;
}
.goldtitles {
	font:Charlesworth;
	color:#FFC601;
	font-size:22pt;
}
a:link, a:visited {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
}
