/* ulp.css - Basic style sheet for all browsers. */
/* Called from <link rel=stylesheet type="text/css" href="http://www.physiol.ox.ac.uk/include/ulp.css"> */

body {
    font-family: Arial,Helvetica,sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 5%;
    margin-right: 0%;
    background-color: #f0f0ff;
}

h1 { margin-top: 0px; font-family: Arial,Helvetica,sans-serif; text-align: center; }

h2,h3,h4,h5,h6 { font-family: Arial,Helvetica,sans-serif; text-indent: -5%; }

pre {
    margin-left: 1%;
    color: green;
    white-space: pre;
    font-family: courier,monospace;
    font-weight: bold;
}

tt,samp {
    color: green;
    font-family: courier,monospace;
    font-weight: bold;
}

em { font-style: italic; font-weight: bold; font-family: Arial,Helvetica,sans-serif; }

strong,b { font-weight: bold; font-family: Arial,Helvetica,sans-serif; }

td,th { font-family: Arial,Helvetica,sans-serif; }

UL { list-style: disc; }

.contents {
    font-family: Arial,Helvetica,sans-serif;
    background-color: #ccccff;
    padding-top: 0%;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
    border-left: solid;
    border-right: none;
    border-top: none;
    border-bottom: none;
    border-width: thin;
}

hr { border-style: dotted; color: black; }

a:link {
    font-family : Arial,Helvetica,sans-serif;
    font-weight : normal;
    color : #0000cc;
    text-decoration : none;
}

a:hover {
    font-family : Arial,Helvetica,sans-serif;
    font-weight : normal;
    color : #000099;
    text-decoration : underline;
}

a:visited {
    font-family : Arial,Helvetica,sans-serif;
    font-weight : normal;
    color : #663399;
    text-decoration : none;
}

a:visited:hover {
    font-family : Arial,Helvetica,sans-serif;
    font-weight : normal;
    color : #000099;
    text-decoration : underline;
}

a:active {
    font-family : Arial,Helvetica,sans-serif;
    font-weight : normal;
    color : #cc3333;
    text-decoration : underline;
}

.smalltext {
  font-size: 75%;
}


