h3, h2 {
	font-family: Arial, "Times New Roman";
	font-size: 18px;
	color: #810909;
	background-color : #FFF5B4
}

li {
	list-style: url(ball2.jpg);
	padding-left: 5px;
	font-family: arial;
	font-weight : bolder;
	font-size: 12px
}
p {
	font-family: arial;
	font-size:12px;
	font-weight: bolder;
		
}
h5 {
	font-family: Arial, "Times New Roman";
	color:#000000;
	font-size: 20px;
	font-style: italic;
	letter-spacing: 2px;
}
h6 {
	font-family: Arial, "Times New Roman";
	font-size: 10px;
	font-style: italic;
	color: Black;
}
a:link {
 text-decoration:none;
 color: 810909
}

a:active {
 text-decoration:underline;
 color: blue
}

a:visited {
 text-decoration:none;
 color: purple
}

a:hover {
	text-decoration: underline;
	color: red
}
