* {
  margin:0px;
  padding:0px;
}

.menutable{
  width: 100%; 
  border-collapse: collapse; 
  font-size: 11px; font-weight: bold; 
  font-family: arial; 
  color: #FFFFFF; 
  background-color: #4f5393;
}
.menutable td {
  padding : 2pt 10pt 2pt 10pt;
}
.menutable a {
  color: #FFFFFF;
  text-decoration:none;
  display : block;
}
.menutable a:hover {
  text-decoration:underline;
}
.menutable .subsections {
  padding: 5pt 0pt 3pt 0pt;
}

img{
  display: block;
  border: 0;
}

.cornercell{
  background: url('corner.gif') no-repeat 20px bottom;
}

.logo{
  margin-left: auto; 
  margin-right: auto;
  position: relative;
  z-index: 1;
}

h1 {
  background: url('logo.png') no-repeat left top;
  display: block;

  margin-top: 30pt;
  margin-left: 2%;
  margin-bottom: 20pt;

  padding-top: 9px;
  padding-left: 55px;

  font-family: tahoma;
  font-size: 24px;
  font-weight: bold;
}

h2 {
  margin: 5pt 0pt 5pt 0pt;
  font-size: 13pt;
  font-weight: bold;
}


p{
  margin: 7pt 0pt 7pt 0pt;
}


.content {
  margin-left: 4%; 
  margin-right: 10%;

  font-family: arial;
  font-size: 10pt;
}

ul {
  margin-left: 4%; 
}
ol {
  margin-left: 4%; 
}

body {
  padding-bottom : 5ex;
}

/* for the container with the div of all accepted papers */
.accepted {
}

/* Every paper will be put in a div <div class="paper"> */
.accepted .paper {
  margin-bottom:5pt;
}

/* title of accepted papers */
.accepted .paper .title {
  font-style: italic;
}

/* authors of accepted papers */
.accepted .paper .authors {
}

/* abstracts of accepted papers */
.accepted .paper .abstract {
}
