
body
{
	font-family: Arial;
	font-size : 12px;
	color:black;
}

.odkaz {color: red; font-family: arial; font-size: 12; font-weight: normal; text-decoration: underline}


A:HOVER {
	color : orange;
}

h1
{
	font-family: Arial;
	font-weight: bold;
	font-style: normal;
	font-size: 20px;
	color : Navy;
	text-decoration : underline;
}
h2
{
	font-family: Arial;
	font-weight: bold;
	font-style: normal;
	font-size: 17px;
	color : Navy;
}
h3
{
	font-family: Arial;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	color : Navy;
}

h4
{
	font-family:  Arial;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}
h5
{
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
}

h6
{
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	font-size: 9px;
}

A {
	text-decoration : none;
	color : #F76D39;
}

TEXTAREA
{
	border-style: solid;
	border-width: 1;
	font-size: 12px;
	font-family: Arial;
	font-style: normal; 
}

SELECT
{
	font-size: 12px;
	font-family: Arial;
	font-style: normal; 
}
TABLE
{
	font-family: Arial;
	font-style: normal;
	font-size : 12px;
	
}

TD
{
	font-family: Arial;
	font-style: normal;
	font-size : 12px;	 
}

TH
{
	font-family: Arial;
	font-style: normal;
	font-size : 12px;
	font : bold;
}


INPUT
{
	font-size : 12px;
	font-family : Arial;
}

P {
	font-family: Arial;
	font-style: normal;
	font-size : 12px;	 
}
