h1 {
	color: rgb(200,255,255);
	font-family: Arial Bold;
	font-weight:900;
	line-height:60px;
	text-align:center;
	}
h2 {
	color: rgb(200,255,255);
	font-family: Arial;
	font-weight:900;
	}
h3 {
	color: rgb(102,0,51); 
	font-family: Book Antiqua, Times New Roman, Times;
}

h4 {
	color: rgb(51,102,51);
	font-family: Book Antiqua, Times New Roman, Times;
}

h5 {
	color: rgb(102,0,51);
	font-family: Book Antiqua, Times New Roman, Times;
}

h6 {
	color: rgb(51,102,51);
	font-family: Book Antiqua, Times New Roman, Times;
}

a:link {color: rgb(0,0,255);}
a:visited {color: rgb(255,0,255);}
a:hover {font-weight:bold;} 

body         { background-image: url('images/pap2.gif'); 
			   background-repeat: repeat; 
               background-attachment: scroll }