body {
	margin-top: 0px;
	background-color: #cccc99;
	margin-left: 0px;
	margin-right: 0px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: white;
	font-weight:bold;
}

.smallblack {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #000000;
	line-height: normal;
}
.mediumblack {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
	line-height: normal;
}
.mediumblackitalic {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
	line-height: normal;
	font-style: italic;
}
.mediumboldblack {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
	font-size: medium;
}
.mediumboldgreen {
	font-family: "Times New Roman", Times, serif;
	color: #006600;
	font-weight: bold;
	font-size: medium;
}
.smallyellow {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #FFFFCC;
}
.mediumboldred {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold; 
	font-size: medium;
	color: #990000; 
}
.mediumboldreditalic {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold; 
	font-size: medium;
	color: #990000; 
	font-style: italic;
}
.mediumreditalic {
	font-family: "Times New Roman", Times, serif;
	font-weight: regular; 
	font-size: medium;
	color: #990000; 
	font-style: italic;
}
.mediumwhite {
	font-family: "Times New Roman", Times, serif;
	font-weight: regular; 
	font-size: medium;
	color: #FFFFFF; 
}
.xmallbloack {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	color: #000000;
}
.link {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	color: #006600;
	text-decoration: underline;
}

