a:link
{
	color: blue; 
}
a:visited
{
	color: blue; 
} 

a:active 
{
	color: blue;
}

body
{
	font-family: Verdana, Arial, Helvetica;
	background-color : lightblue; 
}


table
{
	float: left;
	color: black; 
	/**width: 100%**/
	background-color : white;
}

h1
{
	font-size : large;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : blue;
}
h2
{
	font-size : medium;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : blue;
}
h3
{
	text-decoration : underline;
	font-style : normal;
	font-size : small;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: blue; 
}

