@charset "iso-8859-1";
/* author: Gilbert R. Bossé */
/* Creation date: 10/6/02 */
/* Week 6 with Vikki */


			


body  	{ background-image: url(Voilier.jpg);
		  background-repeat: repeat-y;
          background-attachment: fixed;
          background-color: #0099cc;  
          font-family: Verdana,arial,helvetica,sans-serif;}

.bordbox {  
            border-color: #ffffff;            
            border-width: 1px;
			color: #000000;
			background-color: #fffbf3; }
			 
.marg     { border-color: #ffffff;
            border: thin solid #ff0000;
			border-width: 1px;
			background-color: #fffbf3; }
			
.postitgreenyellow { 	background-color: #ffff00; 
						background-image: none; 
						margin: 2em;
						color: black;
						width: 550px; 
						font-size: x-small;
						border: 1px ridge;   } /*ADFF2F*/
						
.para		{ font-size: 2em;
			  color: #ff0000;
			  margin: 36px;
			  text-indent: 36px; }
			  
h1			{ font-size: 1em;
			  color: #00ffff;
			  margin: 36px;
			  text-indent: 36px;}
			  
h1.sel		{ font-size: 1em;
			  color: #000000;
			  margin: 72px;}
			  
em			{ color: #0000ff;
			  font-size: 1em;
			  margin: 24px; }	
			  
h1 em	    { color: #800000;
			  font-weight: bold;
			  font-size: 1em;}
			  
ul			{ color: #ff0000;
			  }
			  
.inner		{ color: #808080;
			  list-style-position: inside; }

.outer		{ color: #800000;
			  list-style-position: outside; }	
			  
	  