﻿/* CSS Document */
body{
	padding:0; margin:0; background:#000; color:#fff; font-family:"Times New Roman", Times, serif;
	}
.divmain
{
  width:959px; 
}
a{
	
	color:white;
	text-decoration:none;
	
}


.active{	
	color:white;
	text-decoration:none;
	font-size:13px;	
	letter-spacing:3px;}


.active2{	
 height:35px; padding-right:5px;
}
.active2:hover {	
 background-color:#666666;
}
.ent:hover 
{
	  filter:alpha(opacity=50);
     opacity: 0.50;
    -moz-opacity:0.50;

}