/* 
 * Created by Noud Aldenhoven at RU Nijmegen, 2009.
 */

body {
  font-family: sans-serif;
  font-size: 100%;
}

div.container {
  margin: 0 auto;
  width: 800px;
  overflow: hidden;
  padding: 5px;
}

div.bar {
  width: 100%;
  height: 50px;
  border: solid black 1px;
  background-color: #be3426;
  text-align: center;
}

img.rulogo {
  margin: 2px;
}

img.profilepicture {
  float: right;
  margin-top: 20px;
  margin-left: 10px;
  margin-bottom: 10px;
  border: solid black 1px;
}

#contents {
  font-size: 12px;
}

#links {
  text-align: right;
  padding: 0px;
  spacing: 0px;
  font-size: 12px;
}

h1 {
  font-family: sans-serif;
  font-size: 18px;
}


p.tall {
    line-height:130%}

a:link {
  color: #be3426;
}

a:visited {
  color: #be3426;
}

ul.texts {
  list-style-type: none;
  list-style-position: outside;
}



