
body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font : 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : White;
}

body.purple {
 background-image: url('images/purpleback.jpg'); 
 background-repeat: no-repeat;
 background-position: top left ; 
}

body.green {
 background-image: url('images/greenback.jpg'); 
 background-repeat: no-repeat;
 background-position: top left ; 
}

body.black {
 background-image: url('images/blackback.jpg'); 
 background-repeat: no-repeat;
 background-position: top left ; 
}

p { 
	font-family: verdana;
	font-size: 80%;
	color: #000000;
	}



h1 {
	font: bolder small-caps 150% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align : center;
}

h2{
	font: normal italic 120%;
	color: Green;
	text-align : left;
}

h3{
	color: #666666;
	font: italic 110% Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
}

a.menu:link { 
	text-decoration: none; 
	color: #ffffff;
	}
a.menu:visited { 
	text-decoration: none; 
	color: #ffffff;
	}
a.menu:hover, a.menu:active { 
	color: #fffffff;
	text-decoration: underline;
	}
	

a.link:link { 
	text-decoration: underline; 
	color: #ffffff;
	}
a.link:visited { 
	text-decoration: underline; 
	color: #ffffff;
	}
a.link:hover, a.link:active { 
	color: #03F6FF;
	}

#menu { 
position: absolute; top:0px; left:0px;
	color: #ffffff;
	font-family: verdana;
	font-weight: bold;
	font-size: 90%;
	line-height: 140%;
	color: #ffffff;
	padding-left: 20px;
	padding-top: 20px;
	text-align: left;
	}
	



#content{
	position: absolute;
	top: 0px;
	width: 50%;
	font: 100% verdana;
	color: #000000;
	line-height: 150%;
	left : 430px;
}

td
  {
  	font: 80%;
  }	

ul
  {
  margin-left: 0;
  padding-left: 17px;
  }
  		
LI.list1 {
list-style: disc outside;
font-family: verdana, sans serif; 
color: #000000;
font-size: 100%;
}