body {
       	margin: 0px; 
	padding: 0px; 
	background: #202020 url(../img/back1.jpg) fixed;
	font-family: arial;
	color: #aaaaaa;
	overflow-x:hidden;
}


body.index {
       	margin: 0px; 
	padding: 0px; 
	background: #202020;
	font-family: arial;
	color: #aaaaaa;
	overflow-x:hidden;
}



img {
	border: 2px solid gray;
}


img.logo {
	border: 0px;
}


font {
	font-size: 12px
}


font.menu {
	font-size: 18px
}


font.desc {
	font-size: 10px
}



a {
	color: #959899;
}


a:link, a:visited, a:active {
	text-decoration: none;
	font-size: 12px;
	color: #777777;
}


a:hover {
	color: #ffffff;
        text-decoration: none;
}


.hand {
	cursor: hand;
}



h3 {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	margin-top: 35px;
	margin-bottom: 5px;
	margin-left: 0px;
        text-align: left;
        text-decoration: none;
}


p {
        line-height: 150%;
        letter-spacing: 0px;
        text-indent: 12px;
	font-size: 12px;
	font-weight: normal;
	color: white;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
}

p.releases {
        line-height: 150%;
        letter-spacing: 0px;
        text-indent: 0px;
	font-size: 12px;
	font-weight: normal;
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}


hr { 
        color=white;

}


#countdown {
	font-family: arial;
	font-size: 10pt;
	letter-spacing: 12px;
}






