

h1
{
 size : 10px;
 font-size : 10px; 	
}

h2
{
 size : 12px;
 font-size : 12px; 	
}

	.boxed
	{
		border : 1px double Black;
	}

	a
	{
		color : Navy;
		text-decoration : none;
	}

	a hover
	{
		color : Navy;
		text-decoration : underline;
	}

	/*

A {
	text-decoration: underline;
	color: #003F80;
}

A:Hover {
	text-decoration: none;
	color: #3163CE;
}

BODY {
	color: #000000;
	font-family: Georgia;
	margin:30px;
}
*/

