body {font-family: "Verdana", sans-serif; font-style: normal; font-size: 1em;line-height: 150%; color: #000000; }
h1 {font-family: "Verdana", sans-serif; font-style: normal; font-size: 1.6em; line-height: 150%; color: #000000; }
h2 {font-family: "Verdana", sans-serif; font-style: normal; font-size: 1.4em; line-height: 150%; color: #000000; }
h3 {font-family: "Verdana", sans-serif; font-style: normal; font-size: 1em; line-height: 150%; font-weight: bold; color: #000000; } 
p {font-family: "Verdana", sans-serif; font-style: normal; font-size: 1em; line-height: 150%; color: #000000; }
strong {font-family: "Verdana", sans-serif; font-weight: bold; color: #000000;}
em {font-style: italic; color: #000000;}

a:link {color: #000000; font-weight: bold; text-decoration: none; background-color: transparent ;}
a:visited {color: #000000; font-weight: bold; text-decoration: none; background-color: transparent; }
a:hover {color: #000000; text-decoration: none; background-color: #cccccc; }
a:active {color: #000000; text-decoration: none; background-color: #cccccc; }

hr {width:20%; margin:0 auto; }


.navigation {
	position: fixed;
	top: 0;
	width: 90%;
	max-width: 600px;
    background-color: #F5F5F5;
	padding: 10px;
}



ul {
	list-style-type: none;
	margin: 0;
}

ul.rules {
	list-style-type: square;
	padding-top: 0px;
}


li {
  display: inline;
}

li.rules {
  display: list-item;
}

li a {
	padding: 10px;
}

li.rules a {
	padding: 0px;
}

li a.normal {
	color: #696969;
}

li a.active {
	color: #000;
}

li a.active:hover {
	background-color: transparent;
}

.body_text {
	margin-top: 75px;
	padding: 20px;
	width: 90%;
	max-width: 600px;
}


img {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	display: block;
border: 0px;

}

.photo {
	border: 1px solid #000;
	margin-bottom: 20px; 
}


