/* CSS Document */
a:link 		{ color: white; }
a:visited 	{ color: white; }
a:hover 		{ color: #4FB0DA; }



body
{
font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
color:white;
	background-color: #3B4952;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


H1
{
	font-size: large;
}

.menu
{
	font-size: x-small;
	margin-left: 75px;
	margin-top: 9px;

}
.text
{
	font-size: 12px;
}
.paticka
{
	font-size: 11px;
	color: #D8DBDC;
}

