
body {
	font-family: Arial ;
}

h1,h2,h3,h4,h5,h6 {
	color: firebrick ;
	}

table {
	background-color: lightyellow ;
	}

th {
	background-color: lightgreen ;
	}

a {
	text-decoration: none ;
	}

a:link {
	color: darkblue ;
	}

a:visited {
	color: darkblue ;
	}

a:hover {
	color: red ;
	}
