/* Week 5 Style Sheet; created 6/16/03 */



body            {background-image: url('http://www.patriciabooth.com/LVS/CSS/bg.gif');

                    font-family: 'Comic Sans Ms', sans-serif;

                    color: #336666;

                    } 



p,div             {font-family: 'Comic Sans MS', sans-serif;

                    color: #D8A8C8;

                    font-size: 1em;

                    font-weight: bold;

					text-align: justify;

					margin : 30px 20px; 

                    } 


h1, h2          {font-family: 'Comic Sans MS', sans-serif;

                    text-align: center;

                    margin-bottom : 20px;

                    padding: 10px;

                    border : thick solid #294a42;

                    border-left-width : 30px;

                    border-right-width : 30px;

                    }



h1               {font-family: 'Comic Sans Ms', sans-serif;

                    color: #ff99ff;

                    font-size: 1.5em;

					text-align: center;

					text-decoration: underline;

					text-transform: uppercase;

                    } 





h2               {font-family: 'Comic Sans Ms', sans-serif;

                    color: #990099;

                    font-size: 1.25em;

					text-align: center;

					text-transform: uppercase;

                    } 



h3               {font-family: 'Comic Sans Ms', sans-serif;

                    color: #ff99ff;

                    font-size: 1em;

					text-align: center;

					padding: 5px;

					margin-bottom : 20px;

					border-top : thin dotted; 

					border-bottom : solid;

                    } 



a:link           {color: #669999;

                    font-size: 1em;

                    font-weight: bold;

                    text-decoration: overline;

                    } 





a:visited         {color: #ccccff;

                    font-size: 1em;

                    text-decoration: overline;

                    font-weight: bold;

                    } 





a:hover           {background-color: #ccccff;

                    font-size: 1em;

                    font-weight: bold;

                    color: #cc6699;

                    text-decoration: overline;

                    } 



a:active          {color: #669999;

                    font-size: 1em;

                    font-weight: bold;

                    text-decoration: overline;

                    } 

                    

img               { margin :  15px 20px; 

                    }  

                    

.indent           {text-indent: -50px; 

                    width: 500px; 

                    padding-left: 50px; 

                     }                  