/* Marcel Alpine Art Studio CSS */


h1 { font-family: Arial, sans-serif; font-size: 43px; color: #004080;} /* <h1>TXT</h1> */
h2 { font-family: Arial, sans-serif; font-size: 33px; color: #004080;} /* <h2>TXT</h2> */
h3 { font-family: Arial, sans-serif; font-size: 26px; color: #004080;} /* <h3>TXT</h3> */
h4 { font-family: Arial, sans-serif; font-size: 23px; color: #004080;} /* <h4>TXT</h4> */
h5 { font-family: Arial, sans-serif; font-size: 18px; color: #004080;} /* <h5>TXT</h5> */
h6 { font-family: Arial, sans-serif; font-size: 14px; color: #004080;} /* <h6>TXT</h6> */

body,p,em,dt,dd,dl,sl,caption,th,td,tr,blink,select,option,form,div,li 
{ font-family: Arial, sans-serif; font-size: 18px; }

                                                      /* USAGE or Comment */

h1.c, h2.c, h3.c, h4.c, h5.c, h6.c    /* <h1 to h6 as  <h1 class=c>  CENTRE Heading   */
	{
		text-align: 	center; 
	}

                                     /* Centred headings with streched letter spacing */
h1.cs                                /* <h1 class=cs> centred streched letter spacing */
	{
		text-align: 	center; 
		letter-spacing:	6px;             /* Letter spacing is 6px  */
	}

h2.cs, h3.cs, h4.cs, h5.cs, h6.cs
	{
		text-align: 	center; 
		letter-spacing:	4px; 		 /* h2 to h6 Letter spacing is 4px  */

        }                                        	/* USAGE or Comment */

                                                 /* <div class='alignc'> */
.alignc {
		width: 90%;
		margin: auto;
		text-align: center;
}
	

p.f20   /* left and right margin 25px */	 	/* <p class="f20"> */
	{
	  	margin-left: 	25px;
          	margin-right: 	25px;
	  	font-size: 	20px;
		font-family:	Arial;
          	color:		black;

	} 

p.f20c 						 	/* <p class="f20c"> centered */
	{
		margin-left: 	25px;                			
          	margin-right: 	25px;
		text-align: 	center;
		font-size: 	20px;
		font-family:	Arial;
                color:		black;
	}

/* */

p.f22   /* left and right margin 25px */	 	/* <p class="f22"> */
	{
	  	margin-left: 	25px;
          	margin-right: 	25px;
	  	font-size: 	22px;
		font-family:	Arial;
          	color:		black;

	} 

p.f22c 						 	/* <p class="f22c"> centered */
	{
		margin-left: 	25px;                			
          	margin-right: 	25px;
		text-align: 	center;
		font-size: 	22px;
		font-family:	Arial;
                color:		black;
	}

p.f22j 							/* <p class="f22j"> justified */
	{
		margin-left: 	25px;                			
          	margin-right: 	25px;
		font-size: 	22px;
		text-align:	justify;
		text-justify:	inter-ideograph;
		font-family:	Arial;
                color:		black;
	}

/* */


p.f20j 							/* <p class="f20j"> justified */
	{
		margin-left: 	25px;                			
          	margin-right: 	25px;
		font-size: 	20px;
		text-align:	justify;
		text-justify:	inter-ideograph;
		font-family:	Arial;
                color:		black;
	}


p.f25   /* left and right margin 25px */		/* <p class="f25"> */
	{
		margin-left: 	25px;
          	margin-right: 	25px;
		font-size: 	25px;
          	line-height:    130%;
		font-family:	Arial;
          	color:		black;
	} 

p.f25c 							/* <p class="f25c"> centered */
	{
		margin-left: 	25px;                			
          	margin-right: 	25px;
		text-align: 	center;
		font-size: 	25px;
                line-height:    130%;
		font-family:	Arial;
                color:		black;
	}

p.f25j 							/* <p class="f25j"> justified */
	{
		margin-left: 	25px;                			
          	margin-right: 	25px;
		text-align: 	center;
		font-size: 	25px;
		text-align:	justify;
		text-justify:	inter-ideograph;
                line-height:    130%;
		font-family:	Arial;
                color:		black;
	}


.bhr                                         		/* <hr class="bhr"> */
	{
		height:		2px;
		border-width:	0;
		color:		#0000FF;
		background-color:#0000FF;         	/* Blue line */
 	}

.b5hr                                        		/* <hr class=b5hr> */
	{
		height:		5px;
		border-width:	0;
		color:		#0000FF;
		background-color:#0000FF;          	/* Blue line */
 	}

/*			Sample from W3school
<hr style="height:5px;border-width:0;color:gray;background-color:gray">
*/
.rhr                                         		/* <hr class=rhr> */
	{
		height:		2px;
		border-width:	0;
		color:		#F00000;
		background-color:#F00000;          	/* Red  line */
 	}

.r5hr                                        		/* <hr class=r5hr> */
	{
		height:		5px;
		border-width:	0;
		color:		#f00000;
		background-color:#f00000;          	/* Red  line */
 	}

.mhr                                         		/* <hr class=mhr> */
	{
		height:		2px;
		border-width:	0;
		color:		#B00000; 
		background-color: #B00000 ;        	/*  Maroon line */
 	}

.m5hr                                        		/* <hr class=m5hr> */
	{
		height:		5px;
		border-width:	0;
		color:		#B00000; 
		background-color: #B00000 ;       	/*  Maroon line */
 	}


.huge
	{
		font-family: Verdana,Geneva,sans-serif; 
		width:		1.0em;
		font-size:	300%;
		line-height:	95%;                   /* May need to make it 120% */
	}    

/* Link highlighting */

        a:link 		{color: blue;}
	a:visited 	{color: green;}
	a:hover 	{color: red;}
