@import url("shared.css");

h1.hidden
{
	display: block;
}

a, a:link, a:visited, a:active
{

	color: rgb(0,0,255);
	background-color: inherit;
	
}

h2, h3
{
	
	color: inherit;
	background-color: inherit;
	
}

p
{

	font-size: 1.2em;
	font-family: "times new roman", serif;
	color: rgb(0,0,0);
	background-color: inherit;
	
}

body
{

  	color: inherit;
	background-color: rgb(255,255,255);
	
}


table td, table th
{
	
	color: rgb(0,0,0);
	background-color: inherit;
	text-align: center;
	
}
