@charset "utf-8";
/* 
	global_stylesheet.css
	
	Project: Shig's Flowers
	
*/



/*------ global elements------*/ 

body {font:13px Helvetica, Arial, sans-serif; color:#333; line-height:17px;}

img{border:0;}

p{padding:0 0 15px; margin:0;}


/*------ typography ------*/

/* global links */
a:link,
a:visited{color:#58246c; text-decoration:underline;}
a:hover,
a:active{color:#58246c; text-decoration:none;} 

/* headings reset */
h1,h2,h3,h4,h5,h6 {padding:0; font-weight:bold;}

h1 {font-size:18px; margin-bottom:9px; color:#58246c;}
h2 {font-size:15px; margin-bottom:5px; color:#9a4534;}
h3 {font-size:14px; margin-bottom:4px;}
h4 {font-size:13px; margin-bottom:3px;}
h5 {font-size:12px; margin-bottom:0px; color:#58246c;}
h6 {font-size:11px; margin-bottom:0px;}


.alternate{font-size:11px; color:#666;}

