<style>
body { 
  background-color: #dee1e6;
  background-image: url("images/bg2.jpg");
  background-repeat: repeat-x;
  }
#top-nav { background-color: navy; padding: 5px; padding-left: 10px; font: 11px sans-serif; color: #fff; font-weight: bold; border-right: 2px solid navy;}
#top-nav a:link { font: 12px sans-serif; font-weight: bold; color: #fff; text-decoration: none;}
#top-nav a:visited { font: 12px sans-serif; font-weight: bold; color: #fff; text-decoration: none;}
#top-nav a:active { font: 12px sans-serif; font-weight: bold; color: #fff; text-decoration: underline;}
#top-nav a:hover { font: 12px sans-serif; font-weight: bold; color: #fff; text-decoration: underline;}
table { color: #000;}
a:link { color: navy;}
a:visited {color: navy;}
	input
	{
		border: 1 solid #4B77A5 ;background:#F5FAFE;
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 9px;
		width:120;
	}
	textarea
	{
		border: 1 solid #4B77A5 ;background:#F5FAFE;
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 9px;
		width:120;
	}
	input.button
	{
		border:1 solid #d0e0fc; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		background-color: #d0e0fc;
	}
	select
	{
		FONT-SIZE: 9px;
		FONT-FAMILY: Arial, Helvetica, sans-serif; 
		background-color:#F1F7FE;
		TEXT-DECORATION:none;
		width:120;
	}

	h3 { width: 100%; color: #fff; background-color: #77a0cc; border-bottom: 2px solid navy; margin-top: 5px; margin-bottom: 0px; border-top: 1px solid #92b3d4; padding: 5px; font-weight: normal; font-family: sans-serif;}
	#details-container { background-color: #e7e0d6; font: 13px Sans-serif; color: #333;}
	#short-stats { color: #333; background-color: #fff;}
	#details { background-color: #fff;}
	.photo { border: 1px solid #000;}
	table { color: #333; font: 13px sans-serif;}
	h4 a:link { width: 150px; display: block; color: #fff; background: navy; border: 1px solid #92b3d4; padding: 3px; text-align: center; text-decoration: none;}
	h4 a:visited { width: 150px; display: block; color: #fff; background: navy; border: 1px solid #92b3d4; padding: 3px; text-align: center; text-decoration: none;}
	h4 a:active { width: 150px; display: block; color: #fff; background: navy; border: 1px solid #92b3d4; padding: 3px; text-align: center; text-decoration: underline;}
	h4 a:hover { width: 150px; display: block; color: #fff; background: navy; border: 1px solid #92b3d4; padding: 3px; text-align: center; text-decoration: underline;}
	#details table { font: 11px sans-serif; color: #333;}
		h5 a:link { margin:0px; width: 150px; display: block; color: #fff; background: navy; border: 1px solid #92b3d4; padding: 3px; text-align: center; text-decoration: none;}
	h5 a:visited { width: 150px; display: block; color: #fff; background: navy; border: 1px solid #92b3d4; padding: 3px; text-align: center; text-decoration: none;}
	h5 a:active { width: 150px; display: block; color: #fff; background: navy; border: 1px solid #92b3d4; padding: 3px; text-align: center; text-decoration: underline;}
	h5 a:hover { width: 150px; display: block; color: #fff; background: navy; border: 1px solid #92b3d4; padding: 3px; text-align: center; text-decoration: underline;}

</style>