body
  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:Black;
  background-image: url(../images/ballons-.gif)
   }

a {text-decoration: none; }

 a:link { color:White; }
 a:visited { color:Silver; }
 a:active { color:Red; }
 a:hover { color:Black; background-color:Silver; }

p { font:1em; }


h1 { font:3.5em; }
h2 { font:3em; }
h3 { font:2.5em; }
h4 { font:2em; }
h5 { font:1.5em; }
h6 { font:1em; }



em { font-style: italic; font-weight: bold; }

strong 	{ font-size:larger; font-weight: bold; }


       
       
ul	{
	position:absolute;
	top:0;	
	list-style-type: none;
       	margin-left:3em;
       	margin-right:2em;
       	padding: 3em 3em 3em 3em;
 	border-color:Yellow;
        border-width:thick;
        border-style:solid;
    	background-color:#0066CC; 
     	}


li	{
	margin-bottom:2em; 
	margin-left:2em;
	text-indent: -2em; 
  	}  
