/*
 * File: style.css
 * Creator: George Ferguson
 * Created: Wed Dec  8 11:26:54 2010
 * Time-stamp: <Mon Nov 14 13:21:58 EST 2011 ferguson>
 *
 * UR standard colors:
    http://www.rochester.edu/publications/graphicstandards/colors.html
  - Blue color is #00467f (0, 70, 127)
    - 75%: #4075a1 (64, 117, 161)
    - 50%: #7fa2c0 (127, 162, 192)
    - 25%: #bfd1df (191, 209, 223)
  - Yellow color is #ffdd00 (255, 221, 0)
    - 75%: #ffe640 (255, 230, 64)
    - 50%: #ffee7f (255, 238, 127)
    - 25%: #fff6bf (255, 246, 191)
 *
 * URCS style:
     http://www.cs.rochester.edu/drupal/sites/all/themes/urcs/urcs.css
 *
 */

body {
    margin: 0 5% 2% 5%;
    background: white;
    color: black;
}

h1, h2, h3, a {
    color:  #00467f;
}

h1 {
    text-align: center;
}

a {
    text-decoration: none;
}

a:hover {
    color: #7fa2c0;
    text-decoration: underline;
}

li {
    margin-bottom: 1em;
}
