﻿/* CSS for DIV News on the Front Page */

.news {
	font-family: Arial, Helvetica, sans-serif;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#E0E0E0;
	margin: 5px;
	padding-right:5px;
	padding-left:5px;
	font-size: 10pt;
}

.news h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-transform:uppercase;
}

.news p {

	text-align:justify;
	margin-top:5px;
	margin-bottom:5px;
}

.news p.center {
	text-align:center;
}


.news ul {
}

.news p.kicsi {
	font-size: 8pt;
	text-align:right;
}

.news img {
	margin:2px;
}

.news a {
	text-decoration:none;
	color:#CC0033;
}

.news a:hover {
	color:#663399;
}

.news a.kicsi {
}

.news a.kicsi:hover {
}

