/* 
    Document   : ri4vos
    Created on : 8-mrt-2009, 18:18:21
    Author     : els
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


body {
  background-color: #000;
  font-size: 18px;
  font-family: helvetica,arial,gill,sans-serif ;
  color:#fff;
  padding:20px;
  margin:0px;
  text-align: center;
}
a{
    color:red;
    text-decoration:underline;
}

#inhoud {
  text-align:center;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0px;
  width: 990px;
  background-color: #000;
  border: 1px  #fff;
}
#footer{
    color:red;
    font-size:13px;
}

ul{
	text-align:left;
}
