

/* Presentation Stylesheet */ 
h1, h2, h3, h4, h5 {
color:#006262;
font-stretch:expanded;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
}



h3 {
 margin:0;
 padding:15px;
}

/*
h3:first-letter {
 font-size: 120%; 
 font-weight: bold;
 font-variant: caps;
}*/ 

h4 {
 margin:0; 
 padding: 8px 0;
 }

li{
	line-height: 150%;
	list-style-type: square;
}

td{
	line-height: 150%;
	list-style-type: square;
}

p {
	margin:0;
	padding:12px;
	line-height: 150%;

}

/*
p:first-letter {
 font-size: 120%; 
 font-weight: bold;
 color:#8c0147;
 font-variant: caps;
}
*/
 
 a {
	color: #006262;
}

a:hover {
	color: #8e284c;
	background-color:#D5AEAC;
	text-decoration: underline;
}