A.menu 	{
	font-family: Arial;
	font-size: 20px;
	text-decoration: none; 
	}
A:link { color: darkblue; }
A:active { color: red; }
A:visited { color: green; }
A:hover { color: chocolate; }
.head
	{
	font-size: 25px
	font-family: Arial;
	color: #101010;
	}	
.text	
	{
	font-family: Arial;
	font-size: 15px;
	color: #101010;
	text-align: justify;
	}
A.intext
	{
	font-family: Arial;
	font-size: 15px;
	text-decoration: underline;
	}
A.navd
	{
	font-family: Arial;
	font-size: 14px;
	text-decoration: underline;
	}