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

body {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	width: 100%;
	height: 100%;
	background-image: url(images_site/bg.gif);
}

.num {
	font-family: Arial;
	font-size: 50px;
	font-weight:bold;
	color: #333333;
}

.podval {
	font-family: Arial;
	color: #333333;
}
.sin  {color: #00adef;}

a {	color: #00adef; 
	 text-decoration:underline;
	 
}
a:visited {	color: #00adef;
	 text-decoration:underline;
	 
}
a:hover {color: #00adef;
	 text-decoration:none;
	 
}

img {margin: 0px; padding: 0px; border: 0px;}	


