@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background-image: url(/img/bgg.jpg);
}

.par {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	color: #660000;
	margin-left: 27px;
	margin-right: 20px;
	margin-top : 1px;
	margin-bottom : 20px;
	}
.menu {
	font-family: "Comic Sans MS", cursive;
	font-size: 20px;
	color: #CC0000;
	text-align: center;
	margin-left: 27px;
	margin-right: 20px;
	margin-top : 1px;
	margin-bottom : 20px;
	font-weight: bold;
	background-repeat: no-repeat;
}	
A:link {
	color: #660000;
	text-decoration: none;
}
A:visited {
	color: #660000;
	text-decoration: none;
}
A:active {
color: #ff0000;
text-decoration: none;
}
A:hover {
	color: #ff0000;
	text-decoration: blink;
} 

