﻿body
{
	font-family: Tahoma;
	background-color: Black;
	padding: 0px;
	margin: 0px;
}

.myButton
{
	border: thin solid #CCCCCC;
	background-color: #666666;
	font-family: 'Trebuchet MS';
	color: #C0C0C0;
}

.style1
{
	color: #666666;
}

a
{
	color: #CC00CC;
	text-decoration: none;
}
.commentsTable 
{ 
	color: #C0C0C0; 
  font-size: small;
  }
  
 b {
 	color:#FF6600;
 }
 
 .menu {
 
 font-size: 12px;
 color: #FF9900;
 font-weight: bold;
 border: thin solid #333333;
 
 }
 
  .Headline {
 
 font-size: 18px;
 color: #FF9900;
 font-weight: bold;
 border: thin solid #333333;
 
 }
 
 .container {
 	 border: thin solid #333333;
	 font-size: 12px;
 }