/* CSS Document */

a, p, h1, h2, h3, h4, h5, h6, table, td, th, tr, ul, ol, p, span {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	height: auto;
	color: black;
}

h1 {
  font-size:12px;
  font-weight:bold;
}

a {
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
}
