
h2 {
	color:#060;
	font-size:16px;
	margin-top:15px;
	margin-bottom:15px;
}

p{
	margin-left:20px;
	font-size:12px;
	margin-top:7px;
	margin-bottom:7px;
	line-height:1.5em;
}

ul {
	margin-top:20px;
	margin-bottom:20px;
}

li{
	color:#060;
	font-size:12px;
	margin-bottom:10px;
}

a:link {
  color: black;
 text-decoration: none;
}

a:visited {
  color: #990099;
  text-decoration: none;
}

a:hover {
  color: blue;
  text-decoration: none;
}

