body {
     	padding: 0px;
	margin: 0px;
	background: #ccc;
	text-align: center;
	}

a, p, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: verdana, arial, sans-serif;
	}

h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	margin: 10px;
	}

h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	margin: 10px;
	}

p {
	font-size: 10px;
	text-align: left;
	line-height: 17px;
	padding: 10px;
	margin: 10px;
	}

li {
	font-size: 10px;
	font-weight: bold;
	line-height: 17px;
	margin: 0px;
	padding: 0px, 5px, 0px, 5px;
	list-style: circle;
	text-align: left;
	}

a:link {
	font-weight: normal;
	text-decoration: underline;
	color: #000;
	background: transparent;
	}

a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #000;
	background: transparent;
	}

a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: #000;
	}
	
a:active {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: 000;
	}