/* Tags */
body {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
figcaption{
    margin-left:5em;
    margin-right:10em;
}h1 {
    text-align:center;
}
table {
    border-collapse: collapse;
    border-left:thin solid black;
    border-top:thin solid black;
}
th,td {
    border-right: thin solid black;
    border-bottom: thin solid black;
    width:2em;
    text-align: center;
}

/* Classes */
.black {
    background-color: #57595d;
}
.code {
    font-family: "Courier New", "Courier", monospace;
    font-size:0.8em;
    border: thin solid black;
    margin-left:15em;
    margin-right:10em;
    padding:1em;
}
.fig{
    text-indent:-5em;
}
.figLeft {
    width:40em;
    float:left;
}
.figure {
    width:30em;
}
.footnote {
    padding-top:1em;
}
.grey {
    background-color: #cdcdcd;
}
.green {
    color:green;
}
.left {
    text-align:left;
}
.matrix {
    font-size: 0.75em;
}
.max {
    background-color: green;
    color: white;
}
.min {
    background-color: red;
}
.nolink:link {
    text-decoration: none;
    color: black;
}
.notfig {
    text-indent:0;
}
.pron {
    width:15em;
    text-align: left;
}
.red {
    color: red;
}
.white {
    color:white;
}
.reference {
    padding-top: 0.5em;
}

/* IDs */
#abstract {
    margin-left:20em;
    margin-right:20em;
}
#abstract h2{
    text-align:center;
}
#address{
    text-align:center;
}
#footnotes p {
    padding-left:2em;
    text-indent:-2em;
}
#wrapper {
    margin-left:1em;
    margin-right:1em;
}
#References p{
    padding-left:6em;
    text-indent:-6em;
}