/* CSS Document FOR VIDEO Page*/

.video {
	font-size: 46px;
	font-weight: bold;
}

a   	{
			text-decoration:underline; 
			font-size: 46px;
			font-family:Verdana, Geneva, sans-serif;
			font-weight: normal;
			color:#FF0;	
			}
a:link   	{
			text-decoration:underline; 
			font-family:Verdana, Geneva, sans-serif;
			font-weight: normal;
			color:#FF0;	
			}

	
a:active  	{
			text-decoration:underline; 
			font-weight: normal;
			color:#CC9933; 
			}

a:hover  	{
			text-decoration:none; 
			font-weight: normal;
			color:#ffffff;
			}

a:visited 	{
			text-decoration:none; 
			font-weight: normal;			
			color:#00FF00;
			}
			
a:visited hover {
			text-decoration:none; 
			font-weight: normal;	
			color:#CCFFCC;
			}


.title {
	font-size: 50px;
	font-weight: normal;
	color:#FFFF00;
	font-family:"Times New Roman", Times, serif;
}

BODY, ul li, table td {	
		font-size:46px;
		background:#333333;
		color:#9C9;
}


.linkinline {text-decoration:none; 
			font-size:50px; 
			font-weight: normal;}

.videoname {
  font-family: "Times New Roman", Times, serif;
  font-size: 46px;
  font-weight:bold;
  color: #ffffff;
  text-decoration: none;
}


.remark {color: #CCCCCC;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:36px;
	color:#CCCCCC;

}
		
menu {
	color: #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-style:bold;
	font-size:50px;
	color:#99FF00;
}	

#videomenu a {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: normal;
  font-size: 85px;  
  color: #aaaa00; /* light green */
  text-decoration: none;
  padding-left:3px;
  border:#000000 solid 1px;
  background-color:#333333;			
}

#videomenu a:hover {
  font-family: arial, helvetica, sans-serif;
  font-weight: normal;
  color: #7c7e01;
  text-decoration: none;  
  border:#000000 solid 1px;
  background-color:#99CC99;			
}

#videomenu a:visited {
  font-family: arial, helvetica, sans-serif;
  font-weight: normal;
  color: #ff6600;
  text-decoration: none;  
  border:#CCCCCC solid 1px;
  background-color:#000000;	
}

#videomenu a:active {
  font-family: arial, helvetica, sans-serif;
  font-weight: normal;
  color: #ff6600;
  text-decoration: none;  
  border:#333333 solid 1px;
}
