/* Soaringrabbit.com printing-specific stylesheet. Put together by SuitCase (suitcase@soaringrabbit.com) with the help of a few tutorials. */

/* Why not use it for Bittersweet Candy Bowl too? No modifications --SuitCase, Nov 2009 */

/* Define the important tags and classes in the document. */

body {
	font-family: Garamond, "Times New Roman", Times, Serif; 
	color: #000000;
	background: #FFFFFF;
	background-image: none;
}
a:link, a:visited {
	font-weight: bold;
	color: #520;
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p,ul {
	font-size: 12pt;
}
.smallprint,.lastupdated {
	font-size: 10pt;
}

/* Hide useless elements of the page. */

.inlineimage,.titleimage,#navbar {
  display: none;
}

/* Fancy specific classes. */

.tagline {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}
.sic {
    color: #999999;
}
.important {
	font-weight: bold;
	text-align: center;
}

/* End of CSS file. */