h1{
            color: black;
            border-bottom: 5px outset lightgrey;
            border-right: 5px outset lightgrey;
            background: whitesmoke;
            -moz-border-radius: 5px;
            border-radius: 5px;
            padding:8px;
            margin:15px 0;
            text-shadow:3px 3px 5px #404040;
        }
        h2{
        color:#fff;
        background-color:gray;
        -moz-border-radius: 5px;
        border: 2px outset grey;
        border-radius: 5px;
        padding:5px;
        margin:10px 0;
        text-shadow:3px 3px 4px #404040;
        }
        h3 {
        border: 2px outset grey;
        color: #fff;
        background-color:rgba(24, 6, 7, 0.6);
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding:3px;
        margin:7px 0;
        }