body		{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 14px;/* /	*/font-size: 90%; /* */
			color:yellow;
			background-color:black;
			margin-left: 100px;
			margin-right: 100px;
			}

a:link	{ 
			text-decoration:underline;    
			font-size: 16px;/* /	*/font-size: 100%; /* */
			font-weight:bold;
			color:white;
			}

a:active{
			text-decoration:underline;
			font-size: 16px;/* /	*/font-size: 100%; /* */
			color:white;
			font-weight:bold;
			}

a:visited {
			
			font-size: 16px;/* /	*/font-size: 100%; /* */
			font-weight:bold;
			color:white;
			}

a:hover {
			text-decoration:underline;  
			font-size: 16px;/* /	*/font-size: 100%; /* */
			color: white;
			font-weight:bold;
			 
			}

H1	{	
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 18px;/* /	*/font-size: 110%; /* */
			font-weight: normal; 
			color: yellow; 
			}
