a:link {
	font-weight: bold;
	color: #996600;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;

}
a:visited {
	font-weight: bolder;
	color: #666666;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;

}
a:hover {
	font-weight: bolder;
	color: #990000;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;

}
a:active {
	font-weight: bolder;
	color: #000000;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;

}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;

}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-size: x-large;


}
li {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
	list-style-position: outside;
	list-style-image:    url(images/bullet.jpg);
	list-style-type: disc;
	font-size: medium;
	line-height: normal;

}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-style: italic;

}


