/*css */

.styl1 {
	color: #FF0000;
	font-weight: bold;
}

p
	{
    	font-size:14px;
	font-family:"Courier New";
	}

h1
{
    	font-size:18px;
        font-family:"Courier New";
	color:#000000;
}

/* odkazy */

a:link {
	text-decoration: bold;
	color: #FF0000;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
