html {
background-color: #aabbcc;
font-size: 12px;
font-family: serif;
}
#main {
border: 1px solid #52b4ff;
width: 500px;
}
#top{
text-align: center;
background-color: #52b4ff;
font-size: 30px;
color: white;
font-family: fantasy;
}

#stopka{
text-align: center;
background-color: #52b4ff;
font-size: 10px;
color: #aabbcc;
}
th{
background-color: #52b4ff;
}
#info{
	width: 99%;
	border: 1px solid red;
	text-align: center;
}
a{
color: black;
text-decoration: none;
}
a:hover{
color: red;
}
#info a{
color: black;
text-decoration: none;
line-height: 30px;
}
#info a:hover{
color: red;
}
#zaw{
color: black;
font-family: monospace;
}
#topdiv{
margin: 20px;
}
#menu {width: 100px;}
#menu a{
line-height: 25px;
border-bottom: 1px solid #bbaaee;
border-left: 3px solid #52b4ff;
color: white;
text-decoration: none;
display: block;
background-color: #52b4ff;
}
#menu a:hover{
color: #0033ee;
background-color: #99aabb;
border-left: 3px solid #99aabb;
}
p.text1{
	text-align: center;
	font-size: 17px;
}
