a:link {
	text-decoration: none;
	color: #3333FF;
	margin: 3px;
	padding: 3px;
}
a:visited { text-decoration: none ; color: #336699}
a:active { text-decoration: none }
a:hover { text-decoration: underline ; color: #FF3333}

h2 { 
line-height: 200% 
}
p {
	line-height: 200%;
	font-size: 18px;
	font-weight: bold;
}


li {
	line-height: 200%;
	font-size: 18px;
	font-weight: bold;
	list-style-type: square;
	margin-left: 15%;
	margin-top: 5%;
	margin-bottom: 5%;
 }
