  /* CSS style sheet for Final Project - Contact form*/

  body {
	background-color:  #000;
	color: #fff;
	font-size: 18px;

	      }
	      
        
    h1 {
      font-size: 150%;
      font-family: "Comic Sans", "Apple Chancery";
      color: #e83bde;
          }
          
          
    h1, h2, p {
      margin-left: 30px;
          }      
          
          
                             
                             
    h2 { font-size: 120%;
    	text-align: center;
          }
          
      
         
         
    p { line-height: 1.5;
         }
		 
	#header {
	  text-align: center;
	  background-image: url(images/header.jpg);
    background-repeat: no-repeat;
	   }
                 
      
               
    #wrapper {
	  margin-bottom: 10px;
		border-right-color: #de30e2;
		border-left-color: #de30e2;
		border-bottom-color: #de30e2;
		border-top-color: #000;
    border-style: dashed;
		border-right-width: thick;
		border-left-width: thick;
		border-bottom-width: thick;
		
	         }
	  
       
   #fieldset {
    	margin-right: 40px;
    	margin-left: auto;
      width: 350px;
	    float: right;
	    text-align: center;
  } 
  
		   
        
#container {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
      }
 
 
       
        #footer {
	font-size: small;
	text-align: center;
	font-style: italic;
	border-top: solid #fff 1px;
	color: #fff;
	clear: both;
	   }
    
        
        


    #navbar {
	font-size: 90%;
	text-transform: uppercase;
	color: #223958;
	background-color: #D6E1E3;
	text-align: center;
	padding: 2px 10px;
        }
        
            
  #navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
        }
        
  #navbar li {
  display: inline;
        }
  
	      
    #navbar a:link {  
         color: #000;
         text-decoration: none;
         }
    #navbar a:visited {  
         color: #fc0802;
         }
    #navbar a:hover {
        color: #479315;
        background-color: #fff002;  
         }
         

