/* CSS inspired by those belonging to various other people */

html, body {
    background-color: #ffffff;
    color: #000000;
    font-family: DejaVu Sans, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 95%;
}

a {text-decoration:none; }
a:link {color: #003399;}
a:visited {color: #006699;}
a:link:hover, a:visited:hover {text-decoration: underline;}
a[href]:active {color: #336666;}

h1 {font-weight: bold; font-size: 140%; color: #000000;
    background: #dddddd;
    border: solid 5px #dddddd; }
h2 {font-weight: bold; font-size: 120%; color: #333333;}
h3 {font-weight: bold; font-size: 110%; color: #333333;}
h4 {font-weight: bold; font-size: 100%; font-style: italic; color: #333333;}
h5 {font-weight: bold; font-size: 90%; color: #333333; }
h6 {font-weight: bold; font-size: 80%; color: #333333; }

img { border-style: none; }

.image-left {
    float: left;
    margin: 3px 3px 3px 0;
    padding: 3px 3px 3px 0;
    position: relative;
    z-index: 5;
}

.image-right {
    float: right;
    margin: 3px 0 3px 3px;
    padding: 3px 0 3px 3px;
    position: relative;
    z-index: 5;
}

.image-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 3px 0 3px 3px;
    position: relative;
    z-index: 5;
}

p.image-group-center {
    text-align: center;
}
