h1 {
	font-family: arial, helvetica;
	font-size: 20pt;
	color: rgb(255, 255, 255);
	background-color: rgb(20, 82, 144);
}
h4 {
	font-family: arial, helvetica;
	font-size: 12pt;
	color: #808080;
}
h5 {
	font-family: arial, helvetica;
	font-size: 12pt;
	color: #808080;
}
p, li {
	font-family: arial, helvetica;
	font-size: 11pt;
}
a {
	text-decoration: none;
}
pre, code {
	font-family: courier;
	font-size: 10pt;
	color: #802020;
}

#col_1 {
    width: 660px;
    float: left;
    background: #FFFFFF;
    padding: 15px;
}

#col_2 {
    background: #FFFFFF;
    margin-left: 690px;
    padding: 15px;
}

#content {
    text-align: left;
    margin: 15px auto;
    width: 1024px;
}
