.stilus {
	font-family: serif;
	font-size: 10px;
	font-style: normal;
}
.h2 {
	font-family: serif;
	font-size: 24px;
	font-style: oblique;
	color: #993300;
}
.normal {
	font-family: serif;
	font-size: 17px;
	font-style: normal;
	color: #993300;
}
.h3 {
	font-family: serif;
	font-size: 19px;
	font-style: normal;
	color: #993300;
	font-weight: bold;
}
.h4 {
	font-family: serif;
	font-size: 17px;
	font-style: italic;
	color: #993300;
	font-weight: bold;
}
.h3_link {
	font-family: serif;
	font-size: 19px;
	font-style: normal;
	color: #993300;
	font-weight: bold;
	text-decoration: true;
}
.piros_nagy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FF0000;
	font-weight: bold;
	word-spacing: normal;
	list-style-type: none;
	text-align: left;
    text-decoration: none;	
}
.piros_nagy:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #FF0000;
	font-weight: bold;
	word-spacing: normal;
	list-style-type: none;
	text-align: left;
    text-decoration: none;	
}

div#photos
{
	text-align: center;
}

table#photo_list
{
	width: 100%;
	text-align: center;
}

table#photo_list td
{
	min-width: 188px;
	height: 150px;
	background-image: url(images/papirus.gif);
	background-repeat: no-repeat;
	background-position: center center;
    text-align: center;
}

table#photo_list img
{
	border-width: 1px;
	border-color: black;
	border-style: inset;
}