@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

a {
	color: #000000;
}

a:hover {
	color: #1CBBB6;
}

.buttons {
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}

.buttons a {
	color: #000000;
}

.buttons a:hover {
	text-decoration: underline;
}

.counter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #1CBBB4;
}

.bottom {
	color: #FFFFFF;
	font-size: 10pt;
}

.bottom a {
	color: #FFFFFF;
	text-decoration: none;
}

.bottom a:hover {
	color: #1CBBB6;
	text-decoration: underline;
}

.blue_blink {
	color: #1CBBB6;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: blink;
}

.black { font-family:Arial, Helvetica, sans-serif; font-size: 9; color:#000}
