/*
	SUNSET BEACH RESORT
	SHELLY WILLIAMS

	FILENAME:SUNSET BEACH RESORT STYLE SHEET

*/



 body 	    {
	margin-left: 1in;
	margin-top: 1in;
	margin-right: 1in;
	margin-bottom: 1in;
	background-attachment: scroll;
	background-image: url(IMAGES/untitled.bmp);
	font-size: 14px;
	        }
			
blockquote  {
	color: aliceblue;
	font-size: 14px;
}

ul	        { color:aliceblue}
			 
 p    	    {
	color: aliceblue;
	font-size:14px;
	text-align:left;
	font-family:sans-serif;
	    }
			
 h2   	    {
	color: #CCD8E6;
	font-size:2em;
	letter-spacing: 0.2em;
	text-indext: 1em;
	text-align: center;
	    }
			
 h1  	    {
	color: aliceblue;
	font-size:x-small;
	letter-spacing: 0.4em;
	text-indext: 1em;
	text-align: center
            } 
			
 address    {
	     font-size:1em;
	     color: aliceblue; 
  	     text-align: center
	    
	    } 
			
.style7     {
	font-size: 12px
}

.style8     {
	font-size: 16
}


a           {
             	 font-family: verdana, Courier New,Courier, monospace;
            }


a:link      {
             	 text-decoration: none; 
            }

a:visited   {
                 text-decoration: none;
	     	 background-color:blueviolent; 
 	     	 color:#F0F8FF;
            }

a:hover     {
	text-decoration: blink;
	color:#000000;
	background-color:#FFD700;
            }

a:active    {
	text-decoration: inherit;
	color:#B0E0E6;
	background-color:black;
            }


#links	    {
	float: top;
	width: 55em;
	background-color:midnightblue;
	border-style: onset;
	border-width: 1em;
	text-align:center;
	     	 text-size=-3;
	background-image: url((URL));
	        }
  

#promoimage {
	float:top;
	margins: 5em 5em 5em 5em;
	font-size: 14px;
	background-color: #000000;
	text-align: center;
            }	
