@charset "UTF-8";
/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
}

.bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: 990000;
}

.navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #8B543A;
	display: block;
	padding: 8px;
	width: 140px;
}

.navigation:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #915C44;
	text-decoration: underline;
	background-color: #978F6C;
	display: block;
	padding: 8px;
	width: 140px;
}
.potter {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.25em;
	color: #8B543A;
	font-style: italic;
	font-weight: bolder;
}
.defauntFont {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
}
