/*  Document   : menu
    Created on : 23-07-2009, 03:01:01
    Author     : Lars
    Description: CSS for the menu at the left side.
*/

root { 
    display: block;
}

body, BODY {
    background-color: #91AABC ;
    font-family:      "Verdana, Arial, Helvetica, sans-serif" ;
    color:            White ;
    font-size:        medium ;
    text-align: center ;
}

/* All links visited etc. */
a {
  color: White
}

p {
  text-align:center ;
}