body	{	background-image:url(images/rosebackground.jpg);
		text-color:#000066;
		font-family:georgia, helvetica, sans-serif; } 
		/* body attributes */

.leftnav	{	
		background: #ccaacc;
		font-style:italic;
		font-size:16;
		color:#ffffff;
		font-weight:800; } /* left navigation bar */

h1	{	color:#330066;
		font-size:32;	
		font-style:italic;
		font-weight:900; } /* Seattle Rose Society tag */

h2	{	color:#330066;
		font-size:20;	
		font-weight:900; } /* title*/

h3	{	color:#330066;
		font-size:16;
		font-weight:600;
		text-align:center;  } /* subtitle */

p	{	color:#330066;
		margin: 0pt 10pt 0pt 10pt;
		font-size:10pt;
		text-align:left;	
		font-weight:400;	 } /* body text */

a.nav:link	{	color:#FFFFFF;
		font-style:italic;
		font-weight:bold;	 
		text-decoration:none;} /* not visited links in nav bar*/

a.nav:visited	{	color:#660066;
		font-style:italic;
		font-weight:bold;	 
		text-decoration:none;} /* visited links in nav bar*/

a.nav:hover	{	color:#009900;
		font-style:italic;
		font-weight:bold;	 
		text-decoration:none;} /* links about to be selected in nav bar*/

a.nav:active	{	color:#009900;
		font-style:italic;
		font-weight:bold;	 
		text-decoration:none;} /* selected links in nav bar*/


.copyright	{	color:#330033;
		text-align:center;
		font-size:8pt;
		font-weight:300; 	} /* copyright info */

a:link	{	color:#0000CC;
		background:none;
		font-weight:500;	 
		text-decoration:none;} /* not visited links */


a:visited	{	color:#000066;
		background:none;
		font-weight:500;
		text-decoration:none; } /* visited links */

a:hover	{	color:#009900;
		background:none;
		font-weight:500;
		text-decoration:none; } /* links about to be selected */

a:active	{	color:#009900;
		background:none;
		font-weight:500;
		text-decoration:none; } /* selected links */
