body
{
	margin: 40px;
	font-family: Georgia,sans-serif;
	background-color: white;
	line-height: 18px;
	color: black;
	font-size: 12px;
}

.h1
{
	margin-left: 20px;
	font-size: 40px;
}

a
{	
	margin-left: 10;
	color: black;
	text-decoration: none;
	font-size: 16px;
}

a:visited
{	
	color: black;
	text-decoration: none;
	font-size: 16px;
}

a:hover
{	
	color: #555555;
	text-decoration: none;
	font-size: 16px;
}


a.main
{	
	margin-left: 10;
	color: black;
	text-decoration: none;
	font-size: 20px;
}

a.main:visited
{	
	color: black;
	text-decoration: none;
	font-size: 20px;
}

a.main:hover
{	
	color: #555555;
	text-decoration: none;
	font-size: 20px;
}

