tml {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #FFFFFF;
	color: #000000;
}
a:link {
	color: blue;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: red;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: blue;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: red;
	text-decoration: underline;
	font-weight: bold;
}

.back {
	background-color: #000066;
	margin-right: 10%;
	margin-left: 10%;
	z-index: 0;
	position: relative;
}
.back h1  {
	font-family: Comic Sans MS;
	text-align: center;
	background-color: #00EF80;
	border: 1px outset #000080;
	position: relative;
}

.bold {
	font-weight: bold;
}
}


