body, html {
	margin:0;
	padding:0;
	font:12px Tahoma;
	color:#333;
	height:100%;
	background-color:#fff;
}

#main {
	width:100%;
	height:100%;
	text-align:center;
}

.udv{
	font:14px Tahoma;
	color: #069;
	font-weight:bold;
}

.bold{
	font-weight:bold;
}

.link{
	color:#09C;
	text-decoration:none;
}

.link:hover {
	text-decoration:underline;	
}

