	A.gold:link {

          color: #F1F471;
          text-decoration: none;
          background: transparent;
 	}
	A.gold:visited {

            color: #F1F471;
            text-decoration: none;
            background: transparent;
	 }

	A.gold:hover {
            color: #000000;
            text-decoration: none;
            background: #F1F471;
	 }

	A.gold:active {
            color: #000066;
            text-decoration: none;
            background: transparent;
	 }
td.picframe{
	border:1px solid white;
	padding:3px 3px 3px 3px;
}
td.pictitle{
	border-top: 5px solid white;
	font-size: 200%;
	height: 50px;
}
td.first_col{
	border-top: 3px solid #9AA4B4;
	background-color: #000C1E;
	font-size: 120%;
	font-color: #D3D3D3;
}
td.second_col{
	background-color: #404958;
}
body.back{ 
  background:url(../images/background2.gif);
  background-position: 50% 0%;
  background-repeat: repeat-y;
  background-color: #21130f; 
}