#container {
	padding: 20px;
	font-family: Arial;
	line-height:120%;
	background-color: #fff;
	font-size: 12px;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

i {
	font-style:italic
}

h1 {
	font-weight: bold;
	color: grey;
	font-size: 20px;
	text-decoration: underline;
}

h2 {
	font-weight: bold;
	font-size: 16px;
	margin-top: 25px;
}

strong {
	font-weight: bold;
}

body {
	width: 100%;
}