BODY {
		font-family: verdana, Arial, Helvetica, sans-serif;
		background-image : background1/blue6.jpg;
		margin: 10px 50 px;
		}
		
H2		{
		font-size: large;
		font-style: oblique;
		color: #000080;
		text-shadow: #EEEEEE, 1, 1;
		white-space: nowrap;
		line-height: 120%;
		}
P		{magin-left: 5%}

UL		{margin-left: 10%}

A:link{
		color : #2200FF;
		font-weight: bolder;
		text-decoration: none;
		}
		
A:visited{
		color : #9900DD;
		font-weight: bolder;
		text-decoration: none;
		}

A:active{
		color : #DD00FF;
		font-weight: bolder;
		text-decoration: none;
		}

A:hover{
		color : #DD00FF;
		font-weight: bolder;
		text-decoration: none;
		}
