a:link {
	color: blue; text-decoration: none; font-weight: bold; cursor: default;
}
a:visited {
	color: blue; text-decoration: none; font-weight: bold; cursor: default;
}
a:active {
	color: blue; text-decoration: none; font-weight: bold;
}
a:hover {
	color: yellow; text-decoration: none; font-weight: bold; cursor: pointer;
}

html {
	background-color: black;
	background-image: url(cover.jpg);
}

body {
	color: white;
}

/*tr,td,h1,h2,h3,h4,p,li,hr {
	color: white;
}*/

tr {
	text-align: left;
}

td {
	height: 37px;
}

h4 {
	text-decoration: underline;
}

/*body hr {
	border: 0;
	border-top: 1px solid red;
	display: block;
	background-color: yellow;
	color: white;
	width: 100%;
	height: 0;
}*/

.nocenter {
	    text-align: justify;
	    color: white;
}

.yellow {
	    color: yellow;
	    font-weight: bold;
}

.answer {
	    font-weight: bold;
	    color: lime;
}
