/* Some based on http://www.eits.uga.edu/webhelp/wai/stylep.css */

html, body {
    font-size: 12pt;
    /* font-size: 28px; */
    color: black;
    background-color: white;
    line-height: 1.2;
}

pre {
    /* font-family: courier, monospace; */
    text-decoration: none;
    background-color: white;
    color: black;
    font-size: 12pt;
    line-height: 1.2;
}

tt {
    /* font-family: courier, monospace; */
    text-decoration: none;
    background-color: white;
    color: black;
    font-size: 12pt;
    line-height: 1.2;
}

h1 {
    font-size: 18pt;
}

h2 {
    font-size: 16pt;
}


h3 {
    font-size: 14pt;
}

h3, h4, h5, h6 {
    font-size: 12pt;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    background-color: white;
    color: black;
}

/* The form of the anchor selector is A:state.  LINK is normal state. */
/* VISITED for a link that has been visited. ACTIVE for when the link */
/* is clicked and HOVER for when the cursor is over the link.         */
/* Notice that they are all identical with the exception of the color */
/* for HOVER.  It is set to red; however, the effect is only seen by  */
/* IE users.                                                          */

a:link,
a:visited,
a:active { 
    text-decoration: none;
    color: #0011C8;
}

a:hover { 
    text-decoration: none;
    color: #ad080a;
}

#menu,
#menu * {
    display: none;
}

/* See  http://www.alistapart.com/stories/goingtoprint/ */
#content {
    margin: 0 5%;
    padding: 0; 
    border: 0;
    float: none !important;
    color: black; 
    background: transparent;
    position: static;
    width: auto;
    /* margin-left: 20px; */
    /* margin-top: 0; */
}

/* #content a:link:after, */
/* #content a:visited:after { */
/*    content: " (" attr(href) ") "; */
/*    font-size: 90%; */
/* } */

body#nickslinks #content h2,
body#nickslinks #content h3,
body#nickslinks #content h4,
body#nickslinks #content h5,
body#nickslinks #content h6,
body#nickslinks #content h2 a:link,
body#nickslinks #content h2 a:visited {
    background-color: white;
    color: black;
    font-size: 12pt;
}