/*  Red rose style sheet 1  RR_Style_1.css
	Background black, Text white
	Left and right margins 20pt
	Default is text centred
	All text Copperplate Gothic Bold in bold
	Normal text size 18pt
	h1 24pt
	h2 14pt
*/

body	{font-size:	18pt;
	font-family:	"Copperplate Gothic Bold";
	color:		white;
	font-weight:	bold;
	background:	black;
	margin-left:	20pt;
	margin-right:	20pt;
	text-align:	center;}

h1	{font-size:	24pt;}

h2	{font-size:	14pt;}


a:link	{color:		teal;}
a:visited	{color:	teal;}
a:active	{color:	teal;}
