.background{background-color:CCFFFF}

a{color:blue;
       text-decoration:none}/*removes underline on links*/

li{width:300px;
     height:25px;
     list-style:none;
     border:thin solid blue;
     background-color:rgb(252,234,251);
     margin-bottom:3px;
     padding-left:4px;}/*puts & fills blocks round links, margin sets gap between links, padding sets space between word and box*/

a:hover{color:fuchsia;
	font-weight:bold;
        background-color:silver;
	text-decoration:underline;} /*this will change the character of the link while mouse hovering over it*/

#namebanner{text-align:center;
      background-color:rgb(255,204,255); 
      border-style: solid; 
      border-color: purple;
      color:red;}

.headbanner{text-align:center;
      background-color: rgb(255,204,255); 
      border-style:solid; 
      border-color: purple; 
      color:red;}

.faq{text-align:center;
      background-color:rgb(130,244,244);
      border-style:solid;
      border-color:blue;
      border-width:normal;
      margin-left:200px;
      margin-right:200px;}/*link section to go to faq answers*/

.subhead{background-color: rgb(255,204,255); 
      border-style: solid;
      border-color: fuchsia; 
      border-width:normal;
      margin-left:25px;
      margin-right:25px;
      text-align:center}

.fees{text-align:center;
      background-color: rgb(255,204,255); 
      border-style: solid;
      border-color: purple; 
      border-width:thin;
      margin-left:25px;
      margin-right:25px;}
      
#titlepage{border-style:solid;
      border-color:purple;
      border-width:thick;
      background-color:fuchsia;
      margin:20px;20px;20px;20px;}

#boxinside{background-color:rgb(255,204,255);
      border-style:dotted;
      border-color:blue;
      border-width:thick;
      color:red;
      text-align:center;
      Margin:20px;20px;20px;20px;
      padding:20px;20px;20px;20px;}

.scroll{text-align:left;
     color:gray;
     font-style:italic;
     font-family:Comic Sans MS;
     font-size:12 pt;
     margin-left:20px;} 

#logo{border-style:solid;
     border-color:purple;
     border-width:thin;
     height:122;
     width:128;
     margin-left:860px;
     margin-top:-160px;
     margin-bottom:70px;}

.copyright{text-align:right;
     color:gray;
     font-style:italic;
     font-family:Comic Sans MS;
     font-size:10 pt;}

.parablue{color:blue;
     font-family:Comic Sans MS;
     font-size:12 pt;
     margin-left:25px;
     margin-right:25px;}


/* set margin width as e.g. 95% allows for smaller display screens*/







