/* CSS Document */
.purple {
	color:#330033;
}

.yellow {
	color:#FDB847;
	margin-bottom:0px;
	
}

div.left{
text-align:left;
margin:15px;
}

div.hist{
	text-align:left;
	margin:15px;
	width:300px;
	float:left;
	clear:left;
	height:100%;
}

.footer{
	font-size:14px;
	text-align:center;
		
}

td.right{
text-align:right
}

td.left{
	text-align:left
}

table.pix {
	border-width: thick;
	border-style: outset;
	border-color: purple;
	border-collapse: separate;
	background-color: green;
}

table.pix td {
	border-width: medium;
	padding: 1px;
	border-style: groove;
	border-color: gold;
	background-color: green;
	color:#FDB847;
	
}


   td.list { 

      background: #FFCC00; 
	  color: #660066;
	  text-align:center;

   }



   table.list { 

      color: #ffcc00; 

    /*  font-family: "Century Gothic", Verdana, Arial; 

      font-size: 11px; */
	  	  
      text-decoration: none; 

      visibility: hidden; 

      position: absolute; 

   }
   
  .news{
   background-color:#FFFFFF;
   border-width:thin;
   border-style:solid;
   border-color:#FDB847;
   text-align:left;
   }
   
ul{
	width:300;
	text-align:left;
	float:left;
}

A:link {text-decoration: none; color: #660066;}
A:visited {text-decoration: none; color: #660066}
A:active {text-decoration: none}
A:hover {font-weight:bold; color: #660066;}
