/*
 * default.css - CSS base.
 *
 * Rulbus Device Library
 *
 * Copyright (c) 2003, by Leiden University.
 *
 * %Author: M.J. Moene %
 * $Header: $
 */

body       { color: black; text-align: right; margin-top: 20px; margin-left: 10px; margin-right: 20px;
             letter-spacing: 0.05em; font-family: Verdana, sans-serif; font-size: 10pt;  }

h1         { color: orange; text-align: right; margin-left: 0px; margin-top: 10px; margin-bottom: 0px;
             font-family: Georgia, New Times Roman, Serif;
             font-size: 30pt; font-style: italic; font-weight: bold;  }

A:visited  { color: gray; background-color: white; text-decoration: none; }
A:active   { color: blue; background-color: yellow; text-decoration: none; }
A:link     { color: gray; background-color: white; text-decoration: none; }
A:hover    { color:  red; background-color: yellow; text-decoration: none; }

p          { color: black; margin-left: 390px; text-align: right; letter-spacing: 0.05em;
             font-family: Verdana, Lucida Sans, Arial, sans-serif; font-size:
             10pt; }

address   { color: black; text-align: right; font-family: Arial, sans-serif; font-size: x-small; }

/*
 * End of file
 */

