/*  Welcome to Ree's custom CSS!  Basics follow:  */
body {    background-color: #9c9;
                     color: #333;
               font-family: georgia, serif;
}

/* Mustn't let the links change size now... */
a:link, a:visited, a:active, a:hover {
           text-decoration: underline;
                font-weight: bold;
}
a:link {             color: #363;}
a:active {           color: #696;}
a:visited {          color: #000;}
/*  I <3 a:hover.  I really do.  */
a:hover {           cursor: crosshair;
}
a.imp {         font-style: italic;}
p.notes {        font-size: smaller;
                font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
  font-family: georgia, serif;
}

/* Forms need to look pretty too! */
form, select, input, textarea {  display: inline;}
select, input, textarea {  color: #333; background-color: #e3e3e3;  }

select, input, textarea {  border-width: 1px; border-style: solid; border-color: #999;  }