body {
    background: black;
    color: lightblue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: lightblue;
	text-decoration: none;
}
a:visited {
	color: lightblue;
	text-decoration: none;
}
a:active {
	color: red;
	text-decoration: none;
}
h1 {
   color: red;
}
h2,h3,h4 {
    color: steelblue;
    position: relative;
}
th {
   color: red;
}
td {
   color: red;
}
