
body {background-color:white;}

/* this is a comment */



/*frame sets up a rectangle in space*/
.frame    {position:absolute;
     top:350px;
     width:1200px;
     height:30px;
     margin-left:10px;
     margin-right:auto;
     border-style:solid;
     border-color:black;
     border-width:0px;
     background-color:clear;
     }
     
.frametwo    {position:absolute;
     top:350px;
     width:30px;
     height:30px;
     margin-left:auto;
     margin-right:auto;
     border-style:solid;
     border-color:black;
     border-width:0px;
     background-color:white;
     }
     
     
  /*this formats text "its like font"*/
.titletext {
    text-decoration:none;
    font-size:40pt;
    line-height:30px;
    color:white;
    font-family:helvetica;
    text-align:center;
    }
    
      /*this formats text "its like font"*/
.bodytext {
    text-decoration:none;
    font-size:20pt;
    line-height:30px;
    color:white;
    font-family:helvetica;
    text-align:center;
    }
    
.normaltext {
    text-decoration:none;
    font-size:12pt;
    line-height:22px;
    color:white;
    font-family:helvetica;
    text-align:center;
    }
    
    
    
    a.linktext {color:white;
    text-decoration:none;
    font-size:30pt;
    text-align:center;
    line-height:30px;
    font-family:helvetica;}

	a.linktext:hover {color:black;
    text-decoration:none;
    font-size:30pt;
    text-align:center;
    line-height:30px;
    font-family:helvetica;}
    
     a.linktitle {color:white;
    text-decoration:none;
    font-size:40pt;
    text-align:center;
    line-height:30px;
    font-family:helvetica;}

	a.linktitle:hover {color:black;
    text-decoration:none;
    font-size:40pt;
    text-align:center;
    line-height:30px;
    font-family:helvetica;}
    
    
    a.linknormal {color:white;
    text-decoration:none;
    font-size:15pt;
    text-align:center;
    line-height:30px;
    font-family:helvetica;}

	a.linknormal:hover {color:black;
    text-decoration:none;
    font-size:15pt;
    text-align:center;
    line-height:30px;
    font-family:helvetica;}