html, body { margin: 0; padding: 0; }
body { font-family: Arial, Helvetica, Sans-serif; color: #666; }
#wrapper { width: 700px; margin: 200px auto 0; }
img { float: left; margin: 0 15px 50px 0; }
.loud { color: #000; padding: 25px 0 0 0 }
.small { font-size: .9em; }
ol { font-weight: bold; }
ol span { font-weight: normal; }
ol, ul { font-size: 13px; line-height: 1.5em; margin: 0 0 25px 240px; list-style-position: inside; }
ul li { float: left; list-style: none; border-right: solid 1px #999; line-height: .8em; }
ul li a { padding: 0 10px; }
ul li a:hover { background: #ffeeee; }
ul li.last { border: none; }
a { color: #0c91ba; text-decoration: none; }
a:hover { cursor: pointer; color: #097191; }