body	{
	background-color: white;
	font-family: Arial;
	color: black;
}

h1	{
	font-size: 40px;
	text-align: center;
}

h2	{
	font-size: 30px;
	text-align: center;
}

h3	{
	font-size: 20px;
	text-align: center;	
}
a:link	{
	color: blue;
	text-decoration: none;
}
a:visited	{
	color: red;
	text-decoration: none;
}
a:hover	{
	color: orange;
	text-decoration: none;
}
a:active	{
	color: yellow;
	text-decoration: none;
}	
table	{
	width: 75%;
}			
td	{
	text-align: center;
	vertical-align: bottom;
}

		


	
	
	