/*
 * STYLEWEDDINGS.CSS
 *
 * (c) Dave Hoffmann
 *
*/

/* 
 * ==========================================================
 *         S T A N D A R D   H T M L   I T E M S 
 * ==========================================================
 */

body {
	background: #a8a8a8 url(images/bg.png) repeat-x;
    color: #333;	
	}
	

	
/************************************************
 *	Hyperlinks				
 ************************************************/

/* Regular links */

a:link     { color: #4E6A79; text-decoration : none;  border-bottom: 1px dotted #4E6A79;     }
a:visited  { color: #4E6A79; text-decoration : none;  border-bottom: 1px dotted #4E6A79;     }
a:hover    { color: #900;    text-decoration : none;  border-bottom: 1px dotted #900;        }
a:active   { color: #999;    text-decoration : none;      }

#content h1 {
    color: #4E6A79;
}
	
#content h2 {
	color: #4E6A79;
	}
	
.pricing li {font-size: 13px; }	
