/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: "Courier New", Courier, mono;
	color: #CCCCCC;
	background: black;
	text-align: justify;
}

/******* hyperlink and anchor tag styles *******/
a:link, a:visited{
	color: white;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.menu{
	background-color: gray;
	color: white;
}

