/* CSS Document */

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	margin: 0;
	background-color: white;
}

* html body {
	margin-top: 20px;
	text-align: center;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: -15px;
}

h2 {
	margin: 30px 0 -5px 0;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-size: 11px;
	font-weight: normal;
	color: gray;
}

* html h3 {
	margin-top: -20px;
}

a {
	text-decoration: underline;
	color: black;
}

a:hover {
	text-decoration: none;
	color: white;
	background-color: red;
}

a:visited {
	text-decoration: line-through;
	color: gray;
}

#container {
	width: 500px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

* html #container {
	text-align: left;
}

li {
	margin: 12px 0 12px -15px;
}

* html li {
	font-size: 12px;
	font-weight: normal;
	margin-left: -10px;
}

#clear {
	clear: both;
	margin-bottom: 50px;
}
