﻿/* Hlavní styl ---------- */
body {
	direction: ltr;
	font-family: "Times New Roman", "Geneva CE", lucida, sans-serif;
	color: black;
	font-size: 17px;
	background-color:black;
	margin: 0px;
	padding: 0px;

}
h1 {
	font-size: 22px;
	text-transform: uppercase;

}
h2 {
	font-size: 20px;

	text-transform: uppercase;
}
h3 {
	font-size: 18px;
	text-transform: uppercase;
}

a:     {
outline: none;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;

}

a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

img {  border-style: none;}

