BODY		
			{
				color: white;
				background: #8888FF;
				font-family: Arial; 
			}

BODY.header 
			{
				background: #4444EE;
			}

BODY.footer
			{
				background: #4444EE;
			}

H1
			{
				color: blue;
				text-align: center;
			}
			
H2
			{
				color: blue;
				text-align: center;
				text-decoration: underline;
			}
			
H3
			{
				color: blue;
				text-align: center;
				font-style: italic;
				text-decoration: underline;
			}

A:link
			{
				color: lightblue;
			}
			
A:visited
			{
				color: lightblue;
			}
			
A:hover
			{
				color: red;
			}
			
P
			{
				color: white;
			}
			
P.citation
			{
				color: black;
				font-style: italic;
			}
