a:link { 
	color: #333333; /* Gray20 */
	}
a:visited { 
	color: #FFFFFF; /* Gray100 */
	}
a:hover { 
	color: #CCCCCC; /* Gray80 */
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	}

<center>	{   /* Center Text or Image */
	vertical-align: top;
	margin: 0;
	text-align: center 
	}
	
H1 
	/* Paragraph Header Centered 38 pt bold Old English */
	{ 
	vertical-align: top;
	line-height: 100%; 
	color: Blue; 
	font-style: bold;
	font-weight: normal; 
	font-family: "Old English Text MT";
	font-size: 38pt;
	text-align: center;
	}

H2 /* Centered Text or Image */
	{ 
	vertical-align: top;
	margin: 0;
	text-align: center 
	}
	
H3	/* 12 point Berlin red centered */
	{
	text-align: center;
	margin-left:25pt;
	margin-right:25pt;
	vertical-align: top;
	line-height: 100%; 
	font-family: "Berlin Sans FB"; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 12pt;
	color: red; 
	}
	
H4	/* 22 pt Old English bold centered */
	{
	text-align: center;
	margin: 0;
	margin-left:25pt;
	margin-right:25pt;
	vertical-align: top;
	line-height: 100%; 
	font-family: "Old English Text MT"; 
	font-style: bold; 
	font-weight: normal; 
	font-size: 22pt;
	color: blue; 
	}

H5	/* 18 pt Old English bold centered */
	{
	text-align: center;
	margin-left:25pt;
	margin-right:25pt;
	vertical-align: top;
	line-height: 100%; 
	font-family: "Old English Text MT"; 
	font-style: bold; 
	font-weight: normal; 
	font-size: 18pt;
	color: #0000ff; 
	}
	
H6	/* 18 pt Berlin centered bold */	
	{
	text-align: center;
	margin-left:25pt;
	margin-right:25pt;
	vertical-align: top;
	line-height: 100%; 
	font-family: "Berlin Sans FB"; 
	font-style: bold; 
	font-weight: normal; 
	font-size: 18pt;
	color: #0000ff; /* red */ 
	}
	
H7	/* xtra small Arial */	
	{
	background: #fff;
	padding: 1px;
	font-family: Geneva, Vera, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-variant : small-caps;
	border : 1px solid #aaa;
	color: #f8f8f8;
	background: #a42;
	padding: 0px 3px 0px 3px;
	}

Hr	{
	border: 0;
	align: center;
	width:	75%;
	height: 5px;
	color: green;
	background-color: green;
	}
   
p	{ /* Flusf-left Text or Image 
				normal, black 12pt */
	/* <p class="indented">Text</p> */
	margin: 0;
	margin-left: 0;
	margin-right: 0;
	vertical-align: top;
	line-height: 100%; 
	font-family: "Basic Sans SF"; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 12pt; 
	text-align: left;
	}

p.bold 	{ 
	Color: red;
	margin: 0;
	margin-left:0;
	margin-right:0;
	vertical-align: top;
	line-height: 100%; 
	font-family: "Basic Sans SF"; 
	font-style: bold; 
	font-weight: normal; 
	font-size: 12pt; 
	text-align: justify;
	}

pi	{
	text-indent: 30px;
	}
	
p.indented 	{ /* Indented Text or Image 
				normal, black 12pt */
	/* <p class="indented">Text</p> */
	margin: 0;
	margin-left: 35px;
	margin-right: 0;
	vertical-align: top;
	line-height: 100%; 
	font-family: "Basic Sans SF"; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 12pt; 
	text-align: left;
	}

p.center	{   /* Center Text or Image 
				no indent, normal 
				black 12pt */
	/* <p class="center">Text</p> */
	vertical-align: top;
	margin: 0;
	text-align: center;
	text-family: "Basic Sans SF";
	 
	}
	
p.left	{   /* Left align Text or Image 
			no indent, normal*/
	/* <p class="left">Text</p> */
	vertical-align: top;
	margin: 0;
	text-family: "Basic Sans SF";
	text-align: left; 
	}

p.right	{   /* Right align Text or Image 
			no indent, normal */
	/* <p class="right">Text</p> */
	vertical-align: top;
	margin: 0;
	text-family: "Basic Sans SF";
	text-align: right; 
	}

p.justify	{  /* Right align Text or Image 
				no indent, normal */
	/* <p class="justify">Text</p> */
	margin: 0;
	margin-left:0;
	margin-right:0;
	vertical-align: top;
	line-height: 100%; 
	font-family: "Berlin Sans FB"; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 12pt; 
	text-align: justify;
	}
	
ph	{
	a.link: red;
	margin: 0;
	margin-left:0;
	margin-right:0;
	vertical-align: top;
	line-height: 100%; 
	font-family: "Berlin Sans FB"; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 14pt; 
	text-align: justify;
	}

pi 	{ 
	margin: 0;
	margin-left:30pt;
	margin-right:0;
	vertical-align: top;
	line-height: 100%; 
	font-family: "Berlin Sans FB"; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 12pt; 
	text-align: justify;
	text-indent: 35px;
	}


