/* Style.css    Marty's main style sheet    30 May 08    [MLS] */

body {
    margin-left: 5%;
    margin-right: 5%;
}

h1 {
    font-size: 2.4em;
    color: blue;
}

h2 {
    font-size: 1.8em;
    color: red;
    background-color: #D8D8D8;  // lightgray;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-top: solid 2px;
    border-bottom: solid 2px;
    border-color: red;
//    border-top-color: red;
//    border-bottom-color: red;
}

h3 {
}

h4 {
    font-size: 1.2em;
    text-decoration: italic;
}

p {
}

.contents {
    font-size: 1.2em;
    font-weight: bold;
}

hr {
    color: red;
    background-color: red;
    height: 5px;
}

img {
    margin: .15in;
}

img.left {
    float: left;
}

img.right {
    float: right;
}

img.alone {
    clear: both;
}

small {
    font-size: 0.8em;
}

.insert {
    padding: 5px;
}

.standout {
    background-color: lightgray;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-top: solid 1px;
    border-top-color: black;
    border-bottom: solid 1px;
    border-bottom-color: black;
    font-size: 1.1em;
    font-weight: bold;
}

.Title {
    font-size: 2.5em;
    font-weight: bold;
    color: blue;
    text-align: center;
}
