/* Author: Bob Thompson   Date: 10/01/2009   Section: IST 126-226
   links.htm links to this stylesheet */

body {
  font-size: 12pt;
  font-family: arial,helvetica,sans-serif;
  color: black;
  background-color: #dddddd;
  background-image: url(background1.jpg);
  background-repeat: repeat-x; }

a {
  width: 165px;
  color: navy;
  font-weight: bold;
  display: block;
  font-size: 10pt;
  font-family: arial,helvetica,sans-serif;
  background-color: #ffcc99;
  border: black 1px solid;
  margin-bottom: .5em;
  padding: .5em .4em; }

#links a:link {
  color: navy;
  text-decoration: none; }

#links a:visited {
  color: navy; 
  text-decoration: none; }

#links a:hover {
  color: black;
  background-color: #ff9966; }


