/*
    AGRIP AudioQuake Manual Stylesheet
    to be used with the (X)HTML output formats
*/

.navheader
/* displayed at the top of each page */
{
    padding: 1%;
    background: #99D;
}

.navfooter
/* displayed at the bottom of each page */
{
    padding: 1%;
    background: #99D;
}

.programlisting
/* score file examples */
{
    padding: 1%;
    background: #99D;
}

.screen
/* console sessions */
{
    padding: 1%;
    border: 2px dashed black;
}

body
/* general body properties */
{
    margin: 2%;
    font-family: sans-serif;
    background-color: #EEE 
}

/* Text Properties */
H1          { color: #306 }
H2          { color: #306 }
H3          { color: #306 }
H4          { color: #306 }
A:link      { color: #306 }
A:visited   { color: black }
A:hover     { color: white; background-color: #306 }
HR          { border: 1px solid black }
