@charset "utf-8";
/* CSS Document */
body
{ 
	background:url(images/background.gif) center top; 
	background-repeat:repeat; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px;
	background-color:#191919;
	margin:0px;
	padding:0px;
	color:white;
}

a.yellow_link:link{ color:#fedb71}
a.yellow_link:visited{ color:#fedb71}
a.yellow_link:hover{ color:#fedb71}
a.yellow_link:active{ color:#fedb71}

a.blue_link:link{ color:#1066a7}
a.blue_link:visited{ color:#1066a7}
a.blue_link:hover{ color:#1066a7}
a.blue_link:active{ color:#1066a7}

span.year{color:#0f73bd; font-weight:bold; font-size:13px; padding-bottom:6px}

.thumb{ cursor:pointer; cursor:hand; }
