body{
	background-color: #000040;
	color:white;
}

h1	{
	font-size        : 300%;
	font-style       : italic ;
	color            : aqua;
}

h2	{
	font-size        : 150%;
	font-style       : italic ;
}

em   {
	color            : aqua;
	font-style       : normal;
	font-weight      : normal;
}

a:link {
	color:#0000ff;
}

a:visited {
	color:#0000ff;
}

a:hover{
	text-decoration:underline;
	color:aqua;
}

disguise {
	color:white;
}

th  {
	background-color : #ffffff;
	color : #0000ff ;
}

td  {
	background-color : #000040 ;
	text-align       : center;
}