﻿body{
	background-image: url("kep/hatter04.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fdeec0;
	color: #201304;
	margin-top: 20px;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
}
#menu{
	width: 170px;
}
#menu a{
	display: block;
	background-color: #201304; 	/* háttérszín */
	width: 170px;
	text-align: right;
	text-decoration: none; 		/* nincs aláhúzás */
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 15px;
	color: #fdeec0;				/* a betűk színe */
	border: 0px;				/* keretvonal */
}
#menu ul{
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
#menu a:hover{
	color: #3e270d;
	background-color: #fdeec0;
}
a:link {
	color: #201304;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #201304;
}
a:hover {
	text-decoration: none;
	font-size: small;
	color: #201304;
}
a:active {
	text-decoration: none;
	font-size: small;
	color: red;
