body{
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
table.content{
	width: 1050px;
	border-color: #666666;
	border-style: double;
	background-color: #333333;
	border-width: thick;
	}
	
td.head{
	height: 150px;
	}
	
td.menu{
	vertical-align: top;
	padding-left: 10px;
	padding-top: 75px;
	line-height: 1.7;
	width: 14%;
	}
	
td.content{
	padding-bottom: 50px;
	padding-right: 20px;
	}

td.bottom{
	text-align: center;	
	}
	
h1{
	text-indent:35px;
	color:#CC3300;
	}
	
p {
	color: #F0F0F0;
}

.bottom {
	color: #CCCCCC;
	font-size: 10px;
}

.menu {
	color: #F0F0F0;
}

.foret {
	font-size: 10px;
	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
}

a {
	text-decoration: none;
	color: #999999;
	}
	
a:hover {
	color: #CC3300;
	text-decoration: none;
	}

hr{
  	border: 0;
  	width: 95%;
	color: #CC3300;
	height: 0.5px;
	}
