* {
	margin: 0;
	padding: 0;
	color: #333333;
	font: small/1em Helvetica,Arial,sans-serif;
}

body {
	margin: 0;
	padding: 0;
	background: #e4e4e4 repeat url(style_bg.gif);
}

a {
	font-weight: bold;
	padding: 0.5em 1em;
	border-bottom: 2px solid #cccccc;
	text-decoration: none;
}

a:link, a:visited {
	color: #ffffff;
	background-color: #666666;
}

a:hover {
	color: #ffffff;
	background-color: #0099ff;
}

a:active {
	color: #ffffff;
	background-color: #0066ff;
}

h1 {
	font-size: xx-large;
	font-weight: bold;
	margin-bottom: 0.1em;
}

h2 {
	color: #999999;
	margin-bottom: 4em;
	padding: 2px;
}

h3 {
	font-size: medium;
	font-weight: bold;
	margin: 3em 0 1em 0;
	padding: 5px;
	border:1px solid #000; 
}

h4 {
	font-size: small;
	font-weight: bold;
	margin-bottom: 1.5em;
	padding: 5px;
	border-bottom: 1px dotted #999;
}


ul {
	list-style: none;
}

ol {
	list-style: inside decimal;
}

li {
	margin-bottom: 2em;
}

li img {
	margin-top: 0.5em;
}

p {
	font-size: x-small;
	margin-bottom: 2em;
	color: #999999;
}
