


table {
      margin-left: 10px;
      color: #8a8a8a;
      border: #b2b2b2;
      font-size: 12px;
}
p {
	margin-left: 10px;
        color: #000000;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
}

a:link {
	text-decoration: none;
	color: #336699;
}

a:visited {
	text-decoration: none;
	color: #6699cc;
}

a:hover {
	text-decoration: none;
	color: #FFCC00;
}

h1 {
	color:#000000;
	border-style: dotted;
	border-color: #b2b2b2;
	border-width: 0 0 1px;
	font-size:24px;
	font-variant: small-caps;
}

h2 {
	color:#000000;
	font-size:16px;
}

h3 {
	color:#b2b2b2;
	font-size:14px;
}

