



html { 
   background-image:url('images/about/background2.png');
     background-repeat:repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}




body {text-align: center;}




h1 {font-family: 'Arial', serif; color: white; font-size: 400%; }
h2 {font-family: 'Arial', serif; font-size: 250%;
    
    color: white;}

p {
    font-family: 'Arial', serif;
    font-size: 115%;
    color: white;
    }




a:link {
        text-decoration:none; 
        font-size: 200%;
        font-family: 'Arial', serif; 
        color: white; 
        text-align: right;}
       
        }

a:visited {
            color: midnightblue;
           }


a:hover {
            color: gray;
        }

a:active {}






.col-1-1 {padding: 1px !important;}

.col-1-4 {padding: 1px !important;}




.col-1-1 a {padding: 13px;}