@charset "utf-8";
/* CSS Document */

body {
	background-color:#303030;
}

.main {
	width: 750px;
	background-color: black;
}

.cowinfo {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #D0DAF2;
	font-weight:bold;
}

.highlighted {
	color: #00CCFF;
	font-weight:bold;
	margin-left: -3px;
}

.nav {
	background-color: black;
	border-top: 2px solid #303050;
	border-bottom: 4px dotted #303050;
}
