/*Alonzo Cedric Edwards*/

p {
   font: times new roman, arial, arial rounded mt bold;
   color: black;
   }

h1 {
    text-align: center;
    font-family: brush script mt, eras bold itc, arial;
    color: black;
    font-size: 50px;
    }

 
h2 {
    font: arial, arial rounded mt bold;
    color: black;
    font-weight: bold;
   }

 
h3 { 
    font: arial, arial rounded mt bold;
    color: black; 
    font-weight: bold;
    }

 
h4  { 
     font: arial, arial rounded mt bold;  
     color: black;
     }

h5  {
     font: arial, arial rounded mt bold;   
     color: black;
     }

h6  { 
     font: arial, arial rounded mt bold;  
     color: black;
     }

h7  {
     font: arial, arial rounded mt bold;  
     color: black;
     }

body {
      min-width: 700px;
      background-image: url(pictures25/background.jpg);
      background-attachment: fixed;
      background-position: center;
      text-align: center;
      font-family: arial, arial rounded mt bold;
      font-size: 25px;
      font-weight: normal;
      color: black;
      }

#title {
        font-family: arial rounded mt bold, times new roman, arial;
        font-size: 50px;
        font-weight: bolder;
        text-align: center;
        color: black;
       }

#title2 {
        font-family: arial rounded mt bold, times new roman, arial;
        font-size: 25px;
        font-weight: bolder;
        text-align: center;
        color: black;
       }
                                                                                                                                                                                                  
#contents {
   font-family: arial rounded mt bold, times new roman, arial;
   font-size: 20px;
   font-weight: bolder;
   text-align: center;
   color: black;
    }

#contents2 {
   font-family: arial, arial rounded mt bold, times new roman;
   font-size: 20px;
   font-weight: bolder;
   text-align: center;
   color: #000066;
   border-color: black;
   border-width: 4px;
   border-style: solid;
   background-color: white;
   padding: 10px;
   margin-left: 165px;
   margin-right: 165px;
   }


#subject {
   font-family: arial, arial rounded mt bold, times new roman;
   font-size: 20px;
   font-weight: bolder;
   text-align: center;
   color: #000066;
   border-color: black;
   border-width: 4px;
   border-style: solid;
   background-color: white;
   padding: 10px;
   margin-left: 165px;
   margin-right: 165px;
   }                                                                                                 

#name {
               min-width: 550px;
               font-family: arial, arial rounded mt bold, times new roman;
               font-size: 20px;
               font-weight: bolder;
               text-align: center;
               color: red;
               border-color: black;
               border-width: 4px;
               border-style: solid;
               background-color: white;
               padding: 5px;
               margin-left: 100px;
               margin-right: 100px;
             }

#welcome {
        background-image: url(pictures/welcome.jpg);
        background-repeat: no-repeat;
        background-position: center; 
        color: orange;
        font-style: oblique;
        font-family: arial, arial rounded mt bold;
        font-size: 20px;
        font-weight: bolder;
        text-align: center;
         }

#comlink {
   font-family: arial, arial rounded mt bold, times new roman;
   font-size: 20px;
   font-weight: bolder;
   text-align: center;
   color: #000066;
   border-color: black;
   border-width: 4px;
   border-style: solid;
   background-color: white;
   padding: 10px;
   margin-left: 300px;
   margin-right: 300px;
   }

.donation {
   font-family: arial, arial rounded mt bold, times new roman;
   font-size: 35px;
   font-weight: bolder;
   text-align: center;
   color: #000066;
   }

.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

a:link { 
        font-family: arial rounded mt bold, arial, times new roman;
        font-size: 25px;
        font-weight: bolder;
        text-decoration: underline;
        color: blue;
        }


a:visited {  
           font-family: arial rounded mt bold, arial, times new roman;
           font-size: 25px;
           font-weight: bolder;
           text-decoration: underline;
           color: red;
           }


/*Alonzo Cedric Edwards 2023*/


