body 
{
   margin-left:0;
   margin-right:0;
   margin-top:0;
   margin-bottom:0;
}

p
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
}

p.gameintro
{
   font-weight: bold;
   color: #FFFF33;
}

/* h1 red headings on DVD and Workshop pages */
h1  
{
   font-family:"Comic Sans MS";
   color: #CC3300;
   font-size:22;
   font-weight: bold;
}


/* h2 (yellow headings on Workshops page) */
h2  
{
   font-family:Comic Sans MS;
   color: yellow;
   font-size:18;
}
h2.workshopdate
{
	font-family:/*Comic Sans MS, */Verdana, Arial, Helvetica, sans-serif;
  font-size:13;
	color:#cc3300; /* red */
	font-weight: bold;
}

#workshopdates a {
  font-weight:bold;
  color: #0099FF;
}

#workshopdates p {
  font-weight:bold;
  color:#333333;
}

#workshopdescriptions h3 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
  color: #000000;
  font-size:small;
}

#workshopdescriptions a {
   color:  #800080; 
}
a {
   color:  #800080; 
}


/* h3 is used on the learn.php page to make each link a heading */
h3
{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:small;
/*  color:#0000FF; */
  color:#800080;
  font-weight:bold;
}

li.whatsnewlist
{
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:small;
  color:#FFFF00; /* yellow */
}



/* on the workshops page, the right hand column has dates of workshops */
#workshopdates h2 { 
	font-family:/*Comic Sans MS, */Verdana, Arial, Helvetica, sans-serif;
  font-size:13;
	color:#CC3300; /* red */
	font-weight: bold;
 } 
