* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}

body {
	color: #000;
	background-color:#CCC;
}

p {
	margin: 0 0px 11px 0px;
}

h1 {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

ul {
	list-style-type: disc;
	list-style-position: inside;
}

ol {
	list-style-position: inside;
}

li {
	font-weight: normal;
}

a {
	color: #595959;
	text-decoration: underline;
}

a:hover {
	color: #595959;
	text-decoration: none;
}
