div.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	color: #CCCCCC;
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
}
body {
	background-color: #0099CC;

}
td.country {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	width: 117px;
	text-align: left;
}

li.ok {
	color: #CCCCCC;
	font-style: normal;
}
li.ok a{
	text-decoration: none;
	color: #000000;
}
li.ok a:hover{
	text-decoration: none;
	color: #CCCCCC;
	background-color: #000000;
}

li.net {
	color: #CCCCCC;
	font-style: italic;
}
li.net a{
	text-decoration: none;
	color: #000000;
}
li.net a:hover{
	text-decoration: none;
	color: #CCCCCC;
	background-color: #000000;
}


li.wait {
	font-style: italic;
	color: #990000;
	cursor: wait;
}
li.wait a{
	text-decoration: none;
	color: #990000;
	cursor: wait;
}
li.wait a:hover{
	text-decoration: none;
	color: #990000;
	cursor: wait;
}
