body        {font-family: Arial, sans-serif; 
			text-align: justify; 
			background: url('background.gif'); 
			color: #000000; 
			}

h1			{font-family: Arial, sans-serif; 
			font-size: large; 
			background: url('background.gif');
			color: #000000;
			}

h2			{font-family: Arial, sans-serif; 
			font-size: medium;
			color: #000000;
			background: url('background.gif');
			}

h3			{font-family: Arial, sans-serif;
			 font-size: medium;
			 color: #0000FF; 
			 background: url('background.gif');
			 }

h4			{font-family: Arial, sans-serif;
			 font-size: small;
			 color: #000000;
			 background: url('background.gif');
			 font-style: italic;
			 }

h5			{font-family: Arial, sans-serif;
			 text-align: center; 
			 font-size: large;
			 color: #000000;
			 background: url('background.gif');
			 }

h6			{font-family: Arial, sans-serif;
			 text-align: center;
			 font-size: large;
			 color: #000000;
			 background: url('background.gif');
			 }

A:link {color: purple; background-color:white;}

A:visited {color: red; background-color:white;}

A:active {color: yellow; background-color:white;}

                          




