/* STARTER */
a:link,a:visited,a:active{
  color:#B9D3EE;
}
a:hover{
  color:#C6E2FF;
}
body{
  background:#000000 url('')
}
ul{
  font-size:95%;
  list-style:square
}
/* MAIN COURSE */
#brill{
  font:100% sans-serif;
  margin:auto;
  width:805px;  
}
#brill img{
  border:0px solid;
  margin:5px;
}
#brillpop{
  font:100% sans-serif;
  margin:auto;
  width:550px;  
}
#header{
  font:bold 110%;
  margin-bottom:10px;
}
#header img{
  border:0px;
}
.header{
  margin:5px;
}
#menu{
  background-color:#000000;
  color:#FFFFFF;
  border-top:1px solid;
  border-bottom:1px solid;
  font-weight:bold;
  font-size:90%;
  height:295px;
  margin-bottom:20px;
  text-align:center;
  width:805px
}
#menu a:link,a:visited,a:active{
  text-decoration:none;
  color:#FFFFFF;
}
#menu a:hover{
  text-decoration:underline;
}
.menulink{
  float:left;
  width:260px;
  margin:4px;
  margin-top:5px;
}
#menu2{
  background-color:#000000;
  color:#FFFFFF;
  border-top:1px solid;
  border-bottom:1px solid;
  font-weight:bold;
  font-size:90%;
  height:25px;
  margin-bottom:20px;
  text-align:center;
  width:805px
}
#menu2 a:link,a:visited,a:active{
  text-decoration:none;
  color:#FFFFFF;
}
#menu2 a:hover{
  text-decoration:underline;
}
.menulink2{
  float:left;
  width:255px;
  margin:4px;
  margin-top:5px;
}
#content{
  background-color:#000000;
  color:#FFFFFF;
  border:1px solid;
  border-left:none;
  border-right:none;
  font:85%/175% sans-serif;
  margin-bottom:10px;
  text-align:justify
}
#content a{
  text-decoration:underline;
  color:#B9D3EE;
}
#content a:hover{
  color:#C6E2FF;
}
.content{
  margin:10px
}
.titles{
  font-style:italic;
  letter-spacing:2px;
}
#footer{
  color:#FFFFFF;
  border:0px solid;
  font-size:65%;
  margin-bottom:10px;
  text-align:right
}
.footer{
  margin:4px
}
/* DESERT */
