<!DOCTYPE CSS>

<CSS>
/*

Erin Dugan
August 2015
Website Design Final

*/

<style>
   
/* Table styles */

    table {
       background-color: yellow;
       color: white;
       color: rgba(255, 255, 255, 0.5);
       text-align: middle;
}

/* Header styles */

h1 {
   font-size: 76px; 
   font-family: Allura, Verdana, Geneva, sans-serif;
   color: #8904B1;
   margin: 0px auto;
   width: 1000px;
}

/* Background styles */

Body {
   background-color: #FBEFFB;

}

/* Fieldset styles */

    fieldset {
       background-color: #F8E0F7;
       border: 3px solid Black;
       float: center;
       margin: 10px 0px 10px 2.5%;
       width: 46%;
}

	legend {
		font: Cambria Bold;
		font-size: 16pt; 
}

/* Audio Styles */

      audio {
         background-color: #F8E0F7;
         display: square;
         margin: 5px auto;
         width: 25%;
}

/* Navigation Styles*/

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    display: inline;
}

Header {
margin: 10px auto; width: 800px;

}

footer {
margin: 10px auto; width: 800px;

}




</CSS>
