
/* alap formázások */

body, td
{
	font-family: tahoma;
	font-size: 12px;
}

body
{
	background-image: url(../images/body.jpg);
	background-repeat: repeat-x;
	background-color: #03291f;
	margin: 0px;
	margin-bottom: 20px;
}

td
{
	padding: 0px;
	vertical-align: top;
}

ol, ul
{
	margin: 0px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: disc;
	padding: 0px;
}

ol li,
ul li
{	
	
}

img {
	border: 0px none;
}

a
{
	color: #062f24;
	border: 0px none;
}

a:hover
{
	text-decoration: none;
}

/* fejlécek */

h1, 
h2, 
h3
{
	font-family: garamond;
	text-transform: uppercase;
	color: #062f24;
}

h1
{
	border-bottom: solid 1px #5a5a5c;
	font-size: 15px;
	text-align: center;
}

h2
{
	font-size: 14px;
}

h3
{
	font-size: 12px;
}

