@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background:#000000;
}

#ctitle {
	position:relative;
	top: 0px;
	left: 25px;
}

#mailer_link a {
color:#ffcc66;
font-family: Verdana;
	font-size:14px;
	margin-left:45px;
font-weight:bold;
}

#inspire_link a {
color:#ffcc66;
font-family: Verdana;
	font-size:12px;
font-weight:bold;
}

#season_link a {
color:#ffcc66;
font-family: Verdana;
	font-size:14px;
	font-weight:bold;
	margin-left:60px;
}

#enotes_link a {
font-family: Verdana;
	font-size:14px;
color:#ffcc66;
margin-left:100px;
font-weight:bold;
}

#surveylink a {
font-family: Verdana;
	font-size:14px;
color:#ffcc66;
font-weight:bold;


}


#ticker {
	position:relative;
	height: 25px;
	width: 150px;
	left: 13px;
	top: -70px;
	font-family: Arial, Helvertica, sans-serif;
	font-size:10px;
	font-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
}
