
h1, h2, h3, h4, h5, h6 { 
	font-family: arial sans-serif; 
	
}
h1{font-size: medium;
text-align: center;
	font-weight: bold;
} 
h2{font-size: medium; font-style: italic;
text-align: center;
	font-weight: bold;
} 
h3{font-size: medium;
text-align: center;
}
h4{font-size: small; text-align: left;
	font-weight: bold;
}

h5{font-size: small;text-align: left; 
font-style: italic;
	font-weight: bold;
}
 
h6 {font-size: small; text-align: left;
}
p {font-size: small;}

.SHOWLEFT {display: none;}
:hover + .SHOWLEFT {display: block; 
	border: thick solid black; 
	background-color: white;
	position: fixed; 
	z-index: 2; top: 0; left: 0;}

.SHOWRIGHT {display: none;}
:hover + .SHOWRIGHT {display: block; 
	border: thick solid black; 
	background-color: white;
	position: fixed; 
	z-index: 2; top: 0; right: 0;}

.TinyLink {font-size: x-small;}
