/* First section of the stylesheet sets all the main styles */
body {font-size: "x-small";
      font-family: verdana, arial, helvetica; 
      color: "black";}

p    {font-size: "x-small";
      font-family: verdana, arial, helvetica; 
      color: "black";}

td    {font-size: "x-small";
      font-family: verdana, arial, helvetica; 
      color: "black";}

h1   {font-size: medium;
      font-family: verdana, arial, helvetica;
      font-weight: bold;
      color: #FF0033;
      text-align: "center"; padding-top: 12px}

h2   {font-size: small; 
      font-family: verdana, arial, helvetica;
      font-weight: bold;; margin-bottom: 0px; padding-bottom: 0px} 

h3   {font-size: large;
      font-family: verdana, arial, helvetica;
      font-weight: bold;
      color: #FF0033;
      text-align: "center"; padding-top: 12px}
/* Next section sets the tag independent styles */

/* used for the box headings on the front page - also wherever a smaller font is required */
.boxhead {font-family: Verdana, Arial, Helvetica, sans-serif; 
					font-size: x-small; 
					font-weight: bold; 
					color: #FF0000; 
					text-align: center}

/* used for the box text on the front page */
.boxtext {font-family: Verdana, Arial, Helvetica, sans-serif; 
					font-size: xx-small}

/* used to increase the font size by one size - used for informal headings */
.medium  {font-size: small; color: #000000}

/* used to change the text colour to red - used for informal headings */
.red     {color: #FF0033}

h2.special		{font-size: small; 
				font-family: verdana, arial, helvetica;
				font-weight: bold;; margin-bottom: 0px; padding-bottom: 0px;
				color: "white";
				text-align: "center";}

/* define the style for general rollovers */
a:link		{color:#0000ff;
					 font-family: Verdana, Arial, Helvetica, sans-serif;
					 font-weight: normal;
					 font-style: normal;
					 text-decoration: underline;}
a:visited	{color:#0000ff;
					 font-family: Verdana, Arial, Helvetica, sans-serif;
					 font-weight: normal;
					 font-style: normal;
					 text-decoration:underline;}
a:hover		{color:#cc0000;
					 font-family: Verdana, Arial, Helvetica, sans-serif;
					 font-weight: normal;
					 font-style: normal;
					 text-decoration: underline;}

