body {
	margin-top: 10px;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #3366FF;
}

a:hover {
	text-decoration: underline;
	color: #FF3311;
}

#main {
	margin: 0 auto;
	width: 73%;
	border: solid 1px #3366FF;
	padding: 5px 20px;
}
#contain-l {
    text-align: left;
}
h1, h2, h3 {
	font-family: Roboto, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #3B3B3B;
}
h1 {
    font-size:2.1em;
}
h2 {
    font-size: 1.8em;
}
h3 {
    font-size: 1.4em;
}
h4 {
    font-size: 1.2em;
    font-family: Roboto, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #3B3B3B;
}
h5 {
    font-size: 1.1em;
    font-family: Roboto, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #3B3B3B;
}
p {
	font-family: Roboto, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	color: #3B3B3B;
	text-decoration: none;
	padding: 0px 20px;
}
s.strike {
	text-decoration: line-through;
}
.oomf {
    color: #6B6B6B;
}
#copyright {
	margin: 0 auto;
	width: 70%;
	padding: 10px 20px;
	font-family: Roboto, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: Silver;
	text-decoration: none;
	text-align: right;
	position: relative;
}
