body
{
	background-color: #443A3A;
	font-family: 'Lato', sans-serif;
	color: white;
}
a
{
    text-decoration: none;

}
a:visited
{
	color: #FD8226;
}
a.option:visited 
{
	color: black;
}

#container
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#logo
{
	color: white;
	margin-top: 120px;
	font-size: 44px;
	letter-spacing: 3px;
	text-align: center;	
}
#linki

{
		border: 2px dotted #000000;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
		margin-bottom: 25px;
		margin-top: 20px;
		color: #ffffff;

		
}

#footer
{
		text-align: center;
		margin-left: auto;
		margin-right: auto;
}


.option
{
	min-width: 50px;
	height: 25px;
	font-size: 18px;
	padding: 5px;
	border-right: 2px dotted #444444;
	opacity: 0.8;
}


.option:hover
{
	background-color: #FDFDFD;
	cursor: pointer;
}

.font_o1
{
	color: #FD8226;
}







