@import url(/js/dojo/dojo/resources/dojo.css);

html { height: 100%; }

body { text-align: center; height: 100.01%; font-size: 13px; }

#head { margin-left: 1em; margin-right: 1em; }

#head h1 { font-size: 180%; font-weight: bold; }

#head h2 { margin-top: 0; }

table h1 {
    font-weight: bold;
}

table {
    width: 750px;
    margin: auto;
    margin-top: 20px;
}

td {
    padding: 10px;
    border: 1px solid black;
    vertical-align: top;
    text-align: left;
}

td h1 {
    margin: 0;
    padding: 0;
}

em {
    font-weight: bold;
}

a {
    color: blue;
    text-decoration: none;
}

a:focus,
a:hover,
a:active { text-decoration:underline; }

img {
    border: none;
}
