    h1 {
        text-align: center;
        font-family: trebuchet MS, sans-serif;
        font-size: 36px;
        color: blue;
        text-shadow: 2px 2px #6ff;
        margin-top: -5px;
        /*margin-bottom: -0px;*/
        font-weight: 100;
        font-style: italic;
    }
    h2 {
        text-align: center;
        font-family: trebuchet MS, sans-serif;
        font-size: 20px;
        color: blue;
        text-shadow: 2px 2px #6ff;
        margin-top: -5px;
        /*margin-bottom: -0px;*/
    }
    h3 {
        font-family: trebuchet MS, sans-serif;
        font-size: 1.25em;
        color: blue;
        margin-top: -5px;
        margin-bottom: 2px;
    }
    h4 {
        font-family: trebuchet MS, sans-serif;
        font-size: 1.5em;
        color: blue;
        text-shadow: 1px 1px grey;
        margin-top: -0px;
        margin-bottom: 15px;
    }
    h5 {
        font-family: trebuchet MS, sans-serif;
        font-size: 13pt;
        color: black;
        text-shadow: 1px 1px red;
        margin-top: 5px;
        margin-bottom: 5px;
    }
	.trump {
		padding: 15px;
		background: red;
        text-align: center;
        color: white;
        font-family: trebuchet MS, sans-serif;
        font-size: 20px;
	}
	.center {
		text-align: center;
	}
    .jumbotron {
        background: url(/images/dombeuri.JPG);
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 2px;
        padding-top: 2px;
    }
    .navbar { /*controlling navbar border and background*/
        border: 1px solid black;
        background: white;
        margin-top: 0;
        margin-bottom: 2px;
    }
    .navbar .navbar-nav { /*this and the next cause the navbar to center in the window as opposed to be positioned left*/
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .navbar .navbar-collapse { /*see above notation*/
        text-align: center;
    }
    .lwrap {/*These two items is what floats images to the left and right with text wrap*/
        float: left;
        margin-right: 5px;
    }
    .rwrap {
        float: right;
        margin-left: 5px;
    }
    #adds {
        text-align: center;
        /*background-color: white;*/
        padding-bottom: 15px;
    }
    #header {
        /*text-align: center;*/
        /*background-color: white;*/
        padding-bottom: 15px; /* This puts the white space below the text*/
        /*opacity: 0.5;*/
        /*border: none;*/
    }
    ul.standard {
        font-family: trebuchet MS, sans-serif;
        font-size: 12pt;
    }
    ul.standard li {/*This puts a 5px space at the bottom of all list items*/
        margin-bottom: 5px;
    }
    ol.standard {
        font-family: trebuchet MS, sans-serif;
        font-size: 12pt;
    }
    ol.standard li {/*This puts a 5px space at the bottom of all list items*/
        margin-bottom: 5px;
    }
    .normal {
        width: auto;
        border: 2px solid black;
        background-color: White;
        border-radius: 10px;
        box-shadow: 6px 6px 6px #999;
        padding: 1em;
        padding-bottom: .1em;
        margin-bottom: .5em;
    }
    a {
        font-family: trebuchet MS, sans-serif;
        font-size: 12pt;
    }
    p {
        /*display: block
        border: 5px 5px;*/
        margin-top: 0px;
        margin-bottom: 15px;
        font-family: trebuchet MS, sans-serif;
        font-size: 12pt;
    }
    .fine {
        font-family: trebuchet MS, sans-serif;
        font-size: 8pt;
    }
    .fine-caption {
        font-family: trebuchet MS, sans-serif;
        font-size: 8pt;
        font-weight: bold;
        color: green;
    }
    .fraction {
        font-family: trebuchet MS, sans-serif;
        font-size: 10pt;
    }
    #footer {
        background-color: #48d1cc;
        border: 2px solid black;
        border-radius: 10px;
        padding-top: 0.7em;
        padding-left: .7em;
        padding-right: .7em;
        /*padding-bottom: 1em;*/
        text-align: center;
        clear: both;
        font-size: 12px;
        font-style: oblique;
    }
