﻿/* CSS for DIV "hirdessen" on the Front Page */

.hirdessen-tartalom {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}

.hirdessen-tartalom h1 {
	font-size: 18pt;
	font-weight: bold;
	text-align:center;
}

.hirdessen-tartalom p {
	font-size: 10pt;
}


.hirdessen-tartalom a {
	text-decoration:none;
	color:#CC0033;
}

.hirdessen-tartalom a:hover {
	color:#663399;
}

.hirdessen-tartalom h2 {
	font-size: 11pt;
}

/*Print hirdetés oldal*/

.hirdessen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-right: 5px;
}

.hirdessen p {
	text-align:justify;
}

.hirdessen td {
	text-align:center;
}

.hirdessen li {

}

.hirdessen h1 {
	font-size: 18pt;
	font-weight: bold;
}

.hirdessen h2 {
	font-size: 14pt;
	font-weight: bold;
}

.hirdessen tr {
	background-color:#FFFFFF;
}

.hirdessen tr:hover {
	background-color:#E49494;
}

.hirdessen a {
	text-decoration:none;
	color:#CC0033;
}

.hirdessen a:hover {
	color:#663399;
}