/* CSS Document */
/* Short history:
 2006.08.07 - J.Skemp: *Clean*, friendly, stylesheet
 2006.12.07 - J.Skemp: Removed font-size on links.  Yuck.  Also removed the bold, since it looks a bit weird on many pages.
 */

a {
 /*font-weight:bold;*/
 text-decoration:underline;
}
a:link {
 color:#666;
}
a:visited {
 color:#a30;
}
a:hover {
 color:#f00;
}
a:active {
 color:#f00;
}
body {
 background-attachment:fixed;
 background-color:#fbf8cc;
 background-image:url(/art/stripe.jpg);
 margin:0;
}
h1 {
 font-size:1.5em;
 text-align:center;
}
h2 {
 font-size:1.25em;
}
h3, h4, h5, h6 {
 font-size:1em;
}
img {
 border:none;
}
p {
 font-size:1em;
}
td.backgroundL1 {
 background-color:#a30;
 color:#fff;
}
td.backgroundR1 {
 background-image:url(/art/minicomp.gif);
}
.emph01 { /* Yellow */
 background-color:#fbf8cc;
}