

body 
{
 
 font-family: arial,verdana, helvetica, sans-serif;
 font-size: 0.9em;
 
 color: black; 
background-color: #ffc;
margin-left: 1em;

 padding: 1em;
 
} 

/* By the way, this is a comment */
 
p 
 { 
  line-height: 1.5em;
   text-align: justify;
  

   }

h2
 {
 color: green;
 font-size: 1.6em;
 }


h3
 {

 color: maroon;
 font-size: 2em;

 }

h4

 {
 color:maroon;
 font-size: 1.3em; 
 }

 h5
 
{
   color: maroon; 
  font-size: 1.1em;
}

h6
{
 color: maroon;
 font-size: 1.0em;
}


img
    { 
     border-style: groove;
     border-width: 4px;
     border-color: yellow;
     } 


#intro
 {    
   float: left;
   width: 20em; 
   margin-left: 1em;
   
}

#slideshow
 {
   float: right;
   width: 15em; 
 }


a
{
 link: blue;
 vlink: blue;
 alink: blue;
  
}


.formtext
{
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 0.8em;
 color: black;
}

.starstyle
{
 color:red;
}


#footer
{
 width: 55em;
clear: both;
color: white;

}
