body {
	background-color: #000000;
}
#wrapper {
	width: 1000px;
	background-color: #000000;
}
.link, .link a:link, .link a:visited, .link a:active  {
	font-size: 23px;
	color: #FFFFFF;
	font-family: verdana;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
.link a:hover {
	font-size: 24px;
	color:#FFCC00;
	font-family: verdana;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

.mylink, .mylink a:link, .mylink a:visited, .link a:active   {
	font-size: 16px;
	color: #FFFFFF;
	font-family: verdana;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
.mylink a:hover {
	font-size: 19px;
	color:#FFCC00;
	font-family: verdana;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

#code {
	background-color: #000000;
	width: auto;
	height: auto;
	padding: 15px;
}
#wrapper #window {
	background-color: #FFFFFF;
	height: auto;
	width: auto;
	margin-top: 0px;
}
#counter {
	height: 30px;
	background-color: #000000;
}
.text_header{
	font-family: verdana;
	color: #FFFFFF;
	font-size: 18px;
}		
.code-text-header{
	font-family: verdana;
	color: #FF0000;
	font-size: 20px;
}
.text-fotter {
		font-family: verdana;
		color: #FFFFFF;
		font-size: 18px;
}
.code-text-fotter{
	font-family: verdana;
	color: #FF0000;
	font-size: 22px;
}
#div {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
