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

h1,h2 {
	color: #f00;
}

h3, h4, h5 {
	color: #2a00ff;
	text-indent: 36px;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-weight: bold;
	color: #f00;
	background-color: #f9ff00;
	text-decoration: underline;
}


