.JayTest
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: red;
}
/*-- most of the text on site          --*/ 
.normal, .Normal {font-family: tahoma; 
	font-size: 12px; 
	color: #fff;}
	
/*-- most of the bold text on site     --*/ 
.NormalBold { font-family: tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	color: #fff; }
	
/*-- red text on site for errors       --*/ 
.NormalRed { color: #FF0000; 
	font-family: tahoma; 
	font-weight: bold; 
	font-size: 13px; }
	
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  14px;
   font-weight: normal;
   color: #fff;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #fff;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #fff;
}

body, td{font-family: Verdana, Sans-Serif;
 font-size: 13px;}

.Title {font-family: Arial, sans-serif;
 font-size: 16px;
 font-weight: bold;
 color: red;}

.Topic {font-family: Arial, sans-serif;
 font-size: 14px;
 font-weight: bold;
 color: red;
 font-style: italic;}

.Bold{font-weight: bold;}

H1  {font-family: arial, sans-serif;
   font-size: 1.7em;
   font-weight: bold;
   color: #006699;}

H2  {font-family: arial, sans-serif;
   font-size: 1.3em;
   font-weight: bold;
   color: #006699;}
A:link  {
    text-decoration:    underline;
    color:  #99ccff;
}

A:visited   {
    text-decoration:    underline;
    color:  #99ccff;
}

A:hover {
    text-decoration:    underline;
    color:  #99ccff;
}

A:active    {
    text-decoration:    underline;
    color:  #99ccff;
}

