/*
**   CSS - Cascading Style Sheet for www.DSRLab.com family of websites.
**   Copyright (c) 2003-2009 DSRLab, LLC - All rights reserved.
*/

body {
  font-family: Veranda, Helvetica, Arial, sans-serif;
  background-color: #d0d0d0;
  color: blue;
  line-height: 150%;
  padding: 0;
  margin: 0;
}

li {
  padding-bottom: 10px;
  font-size: large;
  font-weight: bold;
}

a {
  font-weight: bold;
}

a:link {
  color: blue;
}

a:visited {
  color: purple;
}

a:hover {
  color: white;
  text-decoration: none;
  background-color: navy;
}

a:active {
  color: white;
  background-color: navy;
}
