.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.nav a:link { 
    color: #FFFFFF; 
    text-decoration: none;
	font-weight:bold; 
  } 

.nav a:visited { 
    color: #FFFFFF; 
    text-decoration: none;
   } 
   
.nav a:active { 
    color: #A20042;
	text-decoration: underline;
	font-weight: bold;  
   }
   
.nav a:hover	{ 
    color: #A20042;
	text-decoration: underline;
	font-weight: bold; 
   }

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	padding: 0px 15px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	height: auto;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 200%;
	font-weight: bold;
	color: #642165;
	text-align: justify;
}
.quoteName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #642165;
	text-align: right;
	margin-top: 0px;
	padding-top: 0px;
}
.quoteBox {
	border: 2px dotted #642165;
	margin: 10px;
}
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	padding: 0px;
	margin: 0px 15px;
}
ul {
	margin: 0px 25px;
	padding: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #2F2063;
	margin: 15px 0px 0px;
	padding: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #8fB300;
}
.form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 200%;
	font-weight: normal;
	padding: 0px 15px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.commentName {
	font-weight: bold;
	text-align: right;
	margin: 0px;
}
.comment {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	padding: 0px 15px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
