@charset "utf-8";
/* CSS Document */

.menu li{
	list-style-type: none;
	font-family: "Comic Sans MS", cursive;
	font-size: medium;
	color: #FFF;
	font-style: normal;
	line-height: 190%;
	font-weight: bold;
	text-align: right;
	margin-right: 70px;
	margin-top: 20px;
}
.menu a {
	text-decoration: none;
	color:#FFF;
	font-variant: small-caps;
}

.menu a:hover {
	text-transform: none;
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	list-style-type: none;

}

.content  {
	color: #333;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-weight: normal;
	line-height: 120%;
}

body {
	background-color: #FFC;
	margin-top: 5px;
	margin-bottom: 20px;
	background-image:url(images/sand.gif);
	background-repeat: repeat;
}

.header {
	font-family: "Comic Sans MS", cursive;
	font-size: larger;
	font-variant: small-caps;
	font-weight: bold;
}

@media screen {
	div#preloader {
		position: absolute;
		left: -9999px;
		top:  -9999px;
		}
	div#preloader img {
		display: block;
		}
	}
@media print {
	div#preloader, 
	div#preloader img {
		visibility: hidden;
		display: none;
		}
	}

.content p strong {
	font-family: "Comic Sans MS", cursive;
	font-size: medium;
	font-weight: lighter;
	font-variant: small-caps;
}
