/* Week 2 Style Sheet; created 5/25/03 */



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

                    font-family: Verdana, sans-serif;

                    color: white

                    } 



p                 {font-family: Verdana, sans-serif;

                    color: black;

                    font-size: 1em;

					text-align: center;

                    } 



h1               {font-family: Verdana, sans-serif;

                    color: Yellow;

                    font-size: 1.25em;

					text-align: center;

					text-decoration: underline;

					text-transform: uppercase;

                    } 



h2              {font-family: Verdana, sans-serif;

                    color: #c66173;

                    font-size: 1em;

					text-align: center;

					text-transform: uppercase;

                    } 



a:link          {   color: #c66173;

                    font-size: 1em;

                    font-weight: bold;

                    text-decoration: underline;

                    } 





a:visited       {   color: teal;

                    font-size: 1em;

                    text-decoration: underline;

                    font-weight: bold;

                    } 





a:hover         {   background-color: #c66173;

                    font-size: 1em;

                    font-weight: bold;

                    color: yellow;

                    text-decoration: underline;

                    } 



a:active        {   color: #c66173;

                    font-size: 1em;

                    font-weight: bold;

                    text-decoration: underline;

                    } 

