/* CSS Document */
@charset "utf-8";
body {
	background-image: url(../hatter/image001.gif);
	background-repeat: repeat;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	/* normal beallitasa a megjelenesnek*/
	}
	
			.style1 {font-size: 18px;}	
			.style2 {
					font-size: 14px;
					font-weight: bold;
					}
h1 {
	font-family:Arial, Helvetica, sans-serif;font-size:22px;
	color:#FF3300;
	text-align:center;
	font-weight:bold;
	font-style: italic;
}
h2 {
			font-size:15px;
			color:#3399CC;
			text-align:center;
			font-weight:bold;

}
h3 {
		font-size:14px;
		color:#CC6600;
		text-align:center;
		font-weight:bold;

}
			.style4 {font-size: 12px}
p {font-family:"Times New Roman", Times, serif;
	font-size:12px;
	}
a:link {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	text-decoration:none;
	color:#006633;
	font-weight: bold;
}
a:visited {
	/* Alap megjelenése a linknek */
	color:#006633;
	text-decoration:none;
	font-weight: bold;
	}
a:hover {
	color:#3399FF;
	font-weight: bold;	/*Ha ráviszem a egérkuzort világos kék lesz */
}
a:active {
	color:#00CC33;
	font-weight: bold;	/*Látogatott linkek */
}
/*tablazatok*/
table {border-color:#33FF33
}
/*Menu fejezet kiírás */
#menuegy {
	/* Macskákról kiírás */
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#31B4AE;
	background-color: #FFFF99;	
	
	}
#menuketto {
	/* Kutyákról kiírás */
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#FF00CC;
	background-color: #6CFFB6;	
	
	}
#menuharom {
	/* Kutyákról kiírás */
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#FF3333;
	background-color: #BFEFFF;	
	}

