    /* Catalyst-MSE.com common style sheet */
    /* Author: MLOsborn */
    
        body{
            background-image: url("/images/background.jpg");
            background-repeat: no-repeat;
            background-size: cover;
            background-color: white;
        }
        
        .linkOff {
            color: #bbb;
        }
        p {
            font-family: "Trirong", serif;
            font-size: medium;
        }
        h1,h2,h3,h4,h5 {
            font-family: "Trirong", serif;
            text-align: center;
        }

        .footer {
            position: fixed;
            left: 0;
            bottom: 0;
            width: 100%;
            size: xx-small;
            background-color: #d0dff7;
            color: black;
            text-align: center;
        }
        
        .responsive {
            width: 100%;
            height: auto;
        }
