
body {
FONT-FAMILY: "Arial", "sans-serif";
horizontal-align: middle;
//max-width: 500px;
}

H1 {
color: #00ff00;
}

.perex {
color: #a9f44b;
}

.podpis {
color: #a9f44b;
}

.otazka{
font-weight: bold;
}


p {
margin-top: 0px;
margin-bottom: 0px;
color: #a9f44b;
text-indent: 2em;
}

q {
font-style: italic;
}

blockquote {
font-style: italic;
}


small {

}

A:link{
	text-decoration:underline;
	color: #8bf936;
}

A:visited{
	color: #BBE96D;
}

A:active{
	color: #000000;
	background-color: #00ff00;
}

A:Hover{
	color: yellow;
}



