        .auto-style1 {
            font-size: medium;
            color: #FFB400;
        } 

         .picsub img {
            border: 1px solid #ffffc2;
            padding: 2px;
            background: #361F0D;
            border-radius: 3px;
            box-shadow: 0 0 3px rgba(72,14,14,0.8);
        }

        .picsub a img {
            border: 1px solid #ffffc2;
            padding: 2px;
            background: #361F0D;
        }

        .picsub a:hover img {
            border: 1px solid #F4C963;
        }

        .t_center, .table_c {
            text-align: center;
        }

        <style type="text/css" > .auto-style3 {
            font-family: Spartan;
            font-size: medium;
        }

        .auto-style4 {
            font-size: medium;
        }

        .auto-style5 {
            border-width: 0px;
        }

        .auto-style6 {
            font-size: medium;
            color: #FF0000;
        }

        .auto-style7 {
            border-style: solid;
            border-width: 2px;
        }

        .auto-style8 {
            text-align: center;
        }

        .auto-style9 {
            font-family: Spartan;
            font-size: medium;
            margin-bottom: 3px;
        }

        .auto-style11 {
            text-align: center;
            font-family: Spartan;
        }

        .auto-style12 {
            font-family: Spartan;
            font-size: medium;
        }

        .auto-style13 {
            font-family: Spartan;
            font-size: medium;
            color: #FFB400;
        }

        .auto-style14 {
            font-family: Spartan;
            color: #FF0000;
            background-color: #FFFF00;
        }

        .auto-style15 {
            color: #00D7FF;
        }

        .auto-style16 {
            font-family: Spartan;
            font-size: large;
        }

    .alert {
        padding: 07px;
        margin-bottom: 10px;
        border: 1px solid transparent;
        border-radius: 2px;
    }

        .alert h4 {
            margin-top: 0;
            color: inherit;
        }

        .alert .alert-link {
            font-weight: 700;
        }

        .alert > p, .alert > ul {
            margin-bottom: 0;
        }

            .alert > p + p {
                margin-top: 5px;
            }

    .alert-dismissable {
        padding-right: 35px;
    }

        .alert-dismissable .close {
            position: relative;
            top: -2px;
            right: -21px;
            color: inherit;
        }

    .alert-success {
        background-color: #dff0d8;
        border-color: #d6e9c6;
        color: #3c763d;
    }

        .alert-success hr {
            border-top-color: #c9e2b3;
        }

        .alert-success .alert-link {
            color: #2b542c;
        }

    .alert-info {
        background-color: #d9edf7;
        width: 80%;
        border-color: #bce8f1;
        color: #31708f;
    } 
    .Wicon {
    padding:95px 16px 0 0;
    background: url("../../images/icons/Windows.png") no-repeat top center;
    }
    .Micon {
    padding:95px 16px 0 0;
    background: url("../../images/icons/Mac.png") no-repeat top center;
    }
        .alert-info hr {
            border-top-color: #a6e1ec;
        }

        .alert-info .alert-link {
            color: #245269;
        }

    .alert-warning {
        background-color: #fcf8e3;
        border-color: #faebcc;
        color: #8a6d3b;
    }

        .alert-warning hr {
            border-top-color: #f7e1b5;
        }

        .alert-warning .alert-link {
            color: #66512c;
        }

    .alert-danger {
        background-color: #f2dede;
        border-color: #ebccd1;
        color: #a94442;
    }

        .alert-danger hr {
            border-top-color: #e4b9c0;
        }

        .alert-danger .alert-link {
            color: #843534;
        }


