body{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: Black;
	scrollbar-3dlight-color: #FAFAD2;
	scrollbar-arrow-color: #990033;
	scrollbar-base-color: #EEE8AA;
	scrollbar-darkshadow-color: #990033;
	scrollbar-highlight-color: #FAFAD2;
	scrollbar-shadow-color: #EEE8AA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: black;
}

a:link{
	color: #990000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
}
a:active{
	color: #990000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
}
a:hover{
	color: #990000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFACD;
}

a:visited {
	color: #990033;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
	font-weight: bold;
}

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #990000;
	font-weight: 500;
	letter-spacing: 5px;
	font-style: italic;
}

h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #990033;
	font-weight: 600;
}

li{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: 500;
	line-height: 27px;
}
.small{
	font-family: cursive;
	font-size: 9px;
}