body		{
				background-color: white;
				background-image: url(./images/gradient.gif); 
				background-attachment: fixed;
				font-family: arial, helvetica, san-serif;
				color: #228b22;
				font-size: medium;
				}

A:link	{color: #00007f}
A:visited	{color: #7f7f7f}
A:hover	{color: #00ff00}
A:active	{color: #00cc66}

p				{
				color: #228b22;
				font-size: medium;
				font-family: arial, helvetica, san-serif;
				text-align: justify;
				}
				
p.centred {text-align: center}			

p.right {
				text-align: right;
				font-weight: bold;
				font-size: small;
				font-style: italic;
				margin-left: 30%;
				}

p.quote {
				margin-left: 10%;
				margin-right: 10%;
				padding: 2%;
				border-width: thin;
				border-style: ridge;
				border-color: #003399;
				}

p.small	{
				text-align: center;
				font-size: small;
				color: #003399;
				}		

p.link	{
				text-align: left;
				font-size: small;
				color: #003399;
				}				
p.attrib	{
				text-align: right;
				font-size: small;
				color: #003399;
				margin-right: 10%;
				}

p.links	{font-size: 8pt;}
				
p.leftpara	{
						text-align: justify;
						margin-right: 55%;
						}						

p.rightpara	{
						text-align: justify;
						margin-left: 55%;
						}
						
h1			{
				font-family: arial, helvetica, san-serif;
				font-weight: bold;
				color: #003399;
				font-size: x-large;
				text-align: left;
				}			
				
h2			{
				font-family: arial, helvetica, san-serif;
				font-weight: bold;
				color: #003399;
				font-size: large;
				text-align: left;
				margin-right: 30%;
				}	

h3			{
				font-family: arial, helvetica, san-serif;
				font-weight: bold;
				color: #003399;
				font-size: medium;
				text-align: left; 
				}

h4			{
				font-family: arial, helvetica, san-serif;
				font-weight: bold;
				color: #003399;
				font-size: small;
				text-align: left; 
				}				

