body  {
  font:80%/130% sans-serif,arial,helvetica,clean;
  color:#000;
  background:#fff;
  text-align:left;
  background-image: url(http://www.machinelearning.org/archive/icml2008/images/icml_main_bg.png);
  background-repeat: repeat-y;
}
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,p,img {
  margin:0;
  padding:0;
  border:0;
}
table {
  font:100% sans-serif,arial,helvetica,clean;
  text-align:left;
}
.main {
  margin:auto;
  text-align:left;
  width:100%;
}
.header {
  width: 100%;
  height: 165px;
}
.menu {
  position: absolute;
  top: 165px;
  width: 180px;
  height: 100%;
  background-color: #6F83AB;
  overflow: visible;
}
.menu a {
  text-decoration: none;
  color: #000;
}
.tab {
  padding: 3px 0 0 0;
  background-color: #fff;
  width: 60px;
  height: 25px;
  float: left;
  font-size: 100%;
  font-weight: bold;
  color: #0E1524;
  text-align: center;
}
#current {
  background-color: #6F83AB;
  color: #FFD914;
}
#current a {
  color: #FFD914;
}
.menu ul {
  margin: 45px 10px 100px 30px;
  list-style-type: none;
}
.menu ul li {
  margin: 0 0 8px 0;
}
.menu ul li a {
  color: #fff;
}
.menu ul li a:link {color: #fff;}
.menu ul li a:visited {color: #fff;}
.menu ul li a:hover {color: #FFD914;}
.menu ul #title {
  position: relative;
  left: -15px;
  margin: 20px 0 10px 0;
  color: #0E1524;
}
.menu ul #title2 {
  position: relative;
  left: -15px;
  margin: 20px 0 10px 0;
  color: #0E1524;
}
.menu ul #title3 {
  position: relative;
  left: -15px;
  margin: 20px 0 10px 0;
  color: #0E1524;
}
.menu ul #title4 {
  position: relative;
  left: -15px;
  margin: 20px 0 10px 0;
  color: #0E1524;
}
.content {
  position: relative;
  top: 25px;
  left: 240px;
  width: 680px;
}
.content p {
  margin: 5px auto 15px auto;
}
h1, h2 {
  margin: 20px auto 15px auto;
  font-size: 125%;
  color: #6F83AB;
  width: 100%;
  border-bottom: 2px solid #6F83AB;
}
h3 {
  margin: 20px auto 15px auto;
  font-size: 125%;
  color: #6F83AB;
  width: 100%;
  border-bottom: none;
}
.content ul {
  margin: 0 0 0 20px;
  list-style-image: url(http://www.machinelearning.org/archive/icml2008/images/icml_bullet.png);
}
.content ul li {
  margin: 10px 0 0 0;
}
.content a {
  text-decoration: none;
  border-bottom: 1px dotted #425CA3;
}
.content a:link {color: #425CA3;}
.content a:visited {color: #425CA3;}
.content a:hover {
  color: #CB8E00;
  border-bottom: 1px solid #CB8E00;
}
.footer {
  margin: 80px auto 50px auto;
  border-top: 2px dotted #6F83AB;
  font-size: 80%;
}
