* {
	color: #000000;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}

h1,h2{
	color: #d82018;
}

h3, h4, h5 {
	text-indent: 36px;
}

a {
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #d82018;
	background-color: #f9ff00;
}


