/* HTML Project

Wedding Day Style Sheet
Author: Alison Wray
Date:   October 28, 2009

Filename:         couple.css Supporting Files: wedding.htm

*/

body     {background-color:rgb(252,252,255); font-family: Arial, Helvetica,
         sans-serif; margin: 0px;   }

h1       {color: rgb(189,80,89); padding: 20px;font-size: 14pt; }

h2, h3   { color:white; background-color: rgb(168,168,168); padding-left: 5px;
          word-spacing: 7px; font-size:8pt }
h3       {width:670}


#outer   {width:730px; }
#inner   {margin-left:225px; padding-left: 10px}
        
#links  {float:left; text-decoration:none}

a       {display: block; text-decoration:none; margin: 5px; width: 180px; padding:5px;
        background-color: rgb(168,168,168); text-align:left;
        border-width: 1px 3px 3px 1px; border-color:gray; border-bottom: 1px dotted gray; font-size: 12px}
        
#links a:link {color:black } 
#links a:visited {color:black) } 
#links a:hover {color:black; text-decoration: underline } 
#links a:active {color:black } 

#footer  {font-size: 8pt}
#footer a { display: inline; text-decoration:none;background-color:white;
          border-width: 0px0; border-color:white;  }

#header  {font-size: 8pt; width:730px;}          
#header a { display: inline; text-decoration:none;background-color:white;
          border-width: 0px0; border-color:white;  }          