body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #777777;
	font-size: 16px;
}
.smalltext {
	font-size: 10px;
}
.smalltext a:link {
	color: #000066;
}
.bigtext {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

p {
	font-size: 18px;
	color: #333333;
}
h1 {
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
}
li {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

.bigbullets {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	list-style-type: square;
	text-align: left;
	text-indent: 2px;

}