/* This is adapted from http://repose.cx/core.css . 
   Feel free to use whatever you like. */

body {
    font: 12pt/1.2 Arial, Helvetica, Verdana, sans-serif;
    background: #fff;
    padding: 5%;
    padding-top: 2%;
    margin: 0px;
}
 
a {
    text-decoration: none;
    font-weight: bold;
    color: #00a;
}

a:hover {
    background: #00a;
    color: #fff;
}

h1 a {
    color: #666;
}

h2 a {
    color: #666;
}

h3 a {
    color: #666;
}

h4 a {
    color: #666;
}

h1 { 
    font-size: 20pt;
    color: #666;
    border-bottom: 5px solid #000;
    padding: 2px;
    margin: 0px;
    margin-bottom: 8px;
}

h2 { 
    color: #666;
    font-size: 16pt;
    padding: 2px;
    margin-top: 5px;
    border-bottom: 2px solid #000000;
}

h3 { 
    color: #666;
    font-size: 14pt;
    padding: 2px;
    margin-top: 5px;
    border-bottom: 1px dashed #000;
}

h4 { 
    color: #666;
    font-size: 14pt;
    padding: 2px;
    margin-top: 5px;
}

img {
    float: right;
    margin: 10px;
    padding: 2px;
}

#im { 
    clear: right;
}

pre {
    border: #777777 1px solid;
    padding: 0.5em;
    margin-left: 1em;
    margin-right: 2em;
    white-space: pre;
    background-color: #e6e6e6;
    color: black;
}

.verse {
    white-space: pre;
    margin-left: 1em;
}

dt { 
    font-weight: bold;
}

td {
    font: 12pt/1.2 Arial, Helvetica, Verdana, sans-serif;
}

.menu {
    font-size: 16pt;
    text-align: center;
}

.submenu {
    text-align: center;
}


.navfoot .footname {
    float: left;
    width: 49%;
    text-align: left;
}

.navfoot .footdate {
    float: right;
    width: 49%;
    text-align:right;
}

/* These are taken from the Matlab highlight package
   http://www.madic.org/download/matlab/highlight/ */

.mcode .comment {
    color: #228B22;
}

.mcode .string {
    color: #B20000;
}

.mcode .keyword, .mcode .cont {
    color: #0000FF;
}

.mcode .cont {
    text-decoration: underline;
}

.mcode .code {
    color: #000000;
}
