.mainWinTxt 
	{
	font-family: Arial;
	font-size: 18px;
	color:gold;
	text-align: justify;
	}
	
h1
	{
	font-family: Arial;
	font-size: 30px;
	font-weight:bold
	color:gold;
	text-align: center;
	}

h2
	{
	font-family: Arial;
	font-size: 20px;
	font-weight:bold
	color:gold;
	text-align: center;
	}
	
a:link 
	{
	text-decoration:none; color:blue
	}
			
a:visited 
	{
	text-decoration:none; color:yellow
	}
	
a:hover
	{
	text-decoration:none; color:purple
	}	