<style type="text/css">

dummy {
color : white;
}

body {
    display: block;
    margin: 0;
    padding: 0;
    background-color: #000044;
}


div.title {
    text-align : center;
    width : 97%;
    padding: 2px;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1%;
    margin-bottom: 1%;
    border-style: solid;
    border-width: 1%;
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    border-color: white;
    color: white;
    background-color: black;
    }

div.subtitle1 {
    text-align : center;
    width : 97%;
    padding: 2px;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 0%;
    margin-right: 0%;
    border-style: solid;
    border-width: 2px;
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-color: white;
    color: white;
    background-color: #660066;
    }

div.subtitlelink {
    text-align : center;
    width : 97%;
    padding: 2px;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 0%;
    margin-right: 0%;
    border-style: solid;
    border-width: 2px;
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-color: blue;
    color: black;
    background-color: white;
    }

div.subtitle {
    text-align : center;
    width : 97%;
    padding: 2px;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 0%;
    margin-right: 0%;
    border-style: solid;
    border-width: 2px;
    font-size: 1.0em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-color: white;
    color: white;
    background-color: #440066;
    }

div.text {
    text-align : left;
    width : 96%;
    padding : 5px;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 0%;
    margin-right: 0%;
    border-style: solid;
    border-width: 2px;
    font-size: 1.0em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    border-color: green;
    color: black;
    background-color: #ffffaa;
    }

div.subtitlelink {
    text-align : center;
    width : 97%;
    padding: 2px;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 0%;
    margin-right: 0%;
    border-style: solid;
    border-width: 2px;
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-color: blue;
    color: black;
    background-color: white;
    }

div.linkbar {
    text-align : left;
    position: relative;
    display : block;
    width : 96%;
    height : auto;
    padding : 5px;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 0%;
    margin-right: 0%;
    border-style: solid;
    border-width: 2px;
    font-size: 1.0em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    border-color: green;
    color: black;
    background-color: #000088;
    }

div.linkleft {
    text-align : left;
    width : 40%;
    height : auto;
    display : inline-block;
    padding : 5px;
    position: relative;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 0px;
    margin-right: auto;
    border-style: solid;
    border-width: 2px;
    font-size: 1.0em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    border-color: green;
    color: black;
    background-color: #000088;
    }

div.linkright {
    text-align : right;
    width : 40%;
    height : auto;
    right: 0px;
    display: inline-block;
    padding : 5px;
    position: absolute;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: auto;
    margin-right: 0px;
    border-style: solid;
    border-width: 2px;
    font-size: 1.0em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    border-color: green;
    color: black;
    background-color: #000088;
    }

img.full {
    display: block;
    max-width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 2px;
    border-color: green;
    }

img.half {
    display: block;
    max-width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 2px;
    border-color: green;
    }

a.general {
    text-align : center;
    min-width : 50px;
    min-height : 50px;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0%;
    margin-right: 0%;
    border-style: solid;
    border-width: 2px;
    font-size: 1.0em;
    font-weight: bold;
    border-color: green;
    background-color: #ffaa77;
    color: black;
    display: inline-block;
}

a.general:hover {
    color: black;
    background-color: #ffaabb;
    border-color: darkgreen;
}

a.full {
    text-align : center;
    width : 98%;
    min-height : 50px;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 5px;
    margin-bottom: 5px;
    border-style: solid;
    border-width: 2px;
    font-size: 1.0em;
    font-weight: bold;
    border-color: green;
    background-color: #ffaa77;
    color: black;
    display: block;
}

a.full:hover {
    color: darkgreen;
    background-color: #ffaabb;
    border-color: black;
}

div.link {
    margin: 5px;
    padding: 5px;
    border: 1px solid #00ff00;
    height: auto;
    width: auto;
    text-align: center;
    display: inline-block;
    background-color: #ffaa77;
    color: black;
}

div.link img {
    display: inline-block;
    margin: 5px;
    border: 1px solid #0000ff;
    max-height: 75px;
    max-width: 75px;
}

div.link a:hover img {
    border: 1px solid #00ffff;
}

div.desc {
    text-align: center;
    font-weight: bold;
    width: 125px;
    margin: 5px;
    display: inline;
    color: black;
}
