h1 {

	color: #00CC00;

	font-family: "Times New Roman", Times, serif;

	font-style: italic;

	text-align: center;

	border-bottom-width: medium;

	border-bottom-style: solid;

	border-bottom-color: #00CC00;







}

ul {

	list-style-image: url(images/bullet.jpg);

}

li {



}

h2 {

	color: gray;

	font-family: "Times New Roman", Times, serif;

	font-style: italic;



}

a:link {

	color: #FF0000;

}

a:hover {

	color: #FF0000;

	text-decoration: none;

	background-color: #CCCCCC;

}

a:visited {

	color: #FF0000;

}

body {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;


}
