<style>

h1 {
	font: Arial, Helvetica, sans-serif;
	 font-size: 60px; 
	 color: rgb(128,0,128); 
	 text-transform: uppercase;
	 text-align: left; 
	 margin: 0 0 35px 0; 
	 text-shadow: 0px 2px 0px #f2f2f2;
         }
h2{
	 
	 font-family: Comic Sans MS, Comic Sans, sans-serif;
	 font-size: 24px; 
	 color: rgb(0,128,255); 
	 text-align: left; 
	 margin: 0 0px 0px 0; 
	text-shadow: 0px 2px 0px #f2f2f2;
}

h3{
	 
	 font-family: Rosewood Std Regular, serif;
	 font-size: 40px; 
	 color: rgb(96,0,96); 
	 text-transform: uppercase;
	 text-align: left; 
	 margin: 0 0 20px 0; 
	 text-shadow: 0px 2px 0px #f2f2f2;
}

/* 
no matter how you slice it, i.e. size, it doesn't change the appearance on your device
*/
p.big_numbers {
  color: rgb(0,0,0);
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
}

golds {
  color: rgb(207,181,59);
  font-weight: bold;
  font-family: Arial, Arial, sans-serif;
  font-size: 24px;
}

p.bigGolds {
  color: rgb(207,181,59);
  font-weight: bold;
  font-family: Arial, Arial, sans-serif;
  font-size: 28px;
}


p.black16 {
  color: rgb(0,0,0);
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

p.black18 {
  color: rgb(0,0,0);
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}

 
p.standard_bold_30  {
  color: #FF2020;
  font-weight: bold;
  font-family: Comic Sans MS, Comic Sans, sans-serif;
  font-size: 30px;
}

p.standard_normal {
  color: #FF2020;
  font-weight: normal;
  font-family: Comic Sans MS, Comic Sans, sans-serif;
  font-size: 30px;
}

p.standard_Q {
  color: #676767;
  font-weight: bold;
  font: Helvetica, sans-serif;
  font-size: 16px;
}
p.standard_QR {
  color: #FF0000;
  font-weight: bold;
  font: Helvetica, sans-serif;
  font-size: 16px;
}
p.standard_QP {
  color: rgb(192,18,139);
  font-weight: bold;
  font: Helvetica, sans-serif;
  font-size: 16px;
}
p.standard_MR {
  color: #A50000;
  font-weight: bold;
  font: Verdana, Arial, sans-serif;
  font-size: 18px;
}

p.standard_MBrown {
  color: #A52A2A;
  font-weight: bold;
  font: Verdana, Arial, sans-serif;
  font-size: 18px;
}

p.standard_MGrayHead {
  color: #363636;
  font-weight: bold;
  font: Verdana, Arial, sans-serif;
  font-size: 18px;
}

p.standard_MGrayBlurb {
  color: #606060;
  font-weight: bold;
  font: Verdana, Arial, sans-serif;
  font-size: 18px;
}

p.standard_MP {
  color: rgb(192,18,139);
  font-weight: bold;
  font: Verdana, Arial, sans-serif;
  font-size: 18px;
}

p.standard_M {
  color: #000080;
  font-weight: bold;
  font: Verdana, Arial, sans-serif;
  font-size: 18px;
}
p.standard_MG {
  color: #008000;
  font-weight: bold;
  font: Verdana, Arial, sans-serif;
  font-size: 18px;
}
p.standard_Black {
  color: #000000;
  font-weight: bold;
  font: Verdana, Arial, sans-serif;
  font-size: 18px;
}

p.standard_MP_24 {
  color: rgb(192,18,139);
  font-weight: bold;
  font: Verdana, Arial, sans-serif;
  font-size: 24px;
}
p.standard_M_24 {
  color: #000080;
  font-weight: bold;
  font: Verdana, Arial, sans-serif;
  font-size: 24px;
}

p.standard_M_card13 {
  color: #000080;
  font-weight: bold;
  font: Verdana, Arial, sans-serif;
  font-size: 15px;
}

p.standard_Black_24 {
  color: #000000;
  font-weight: bold;
  font: Verdana, Arial, sans-serif;
  font-size: 24px;
}


p.standard_MPI {
  color: rgb(192,18,139);
  font-weight: bold;
  font-style: italic;
    text-align: center;
  font: Verdana, Arial, sans-serif;
  font-size: 18px;
}
p.standard_MPB {
  color: rgb(0,90,157);
  font-weight: bold;
  font-style: italic;
    text-align: center;
  font: Verdana, Arial, sans-serif;
  font-size: 18px;
}
p.standard_MI {
  color: #000080;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  font: Verdana, Arial, sans-serif;
  font-size: 18px;
}

p.red_highlight {
  color: rgb(128,0,128);
  font-weight: bold;
  font-family: Comic Sans MS, Comic Sans, sans-serif;
  font-size: 16px;
}

body {
	background-color: #FFFFFF;
}
</style>		