/*this is how you add comments to style sheets */

a {text-decoration: underline; font-family: Tahoma,Arial;}

a.regular:link {
	color: #000000;
	font-weight: none;
	font-size: 12px;
}

a.regular:visited {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
   
a.regular:hover { 
	color: #808080;
	font-weight: none;
	font-size: 12px;
}

a.regular:active { 
	color: #808080;
	font-weight: bold;
	font-size: 12px;
}

a.small:link {
	color: #000000;
	font-weight: none;
	font-size: 10px;
}

a.small:visited {
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}
   
a.small:hover { 
	color: #808080;
	font-weight: none;
	font-size: 10px;
}

a.small:active { 
	color: #808080;
	font-weight: bold;
	font-size: 10px;
}


font.regular {
    color:#000000;
    font-family: tahoma;
    font-size: 12px;
 }
 
font.regBold {
    color:#000000;
    font-family: tahoma;
	font-weight: bold;
    font-size: 12px;
 }
 
font.small {
    color:#000000;
    font-family: tahoma;
    font-size: 10px;
 }
 
font.smBold {
    color:#000000;
    font-family: tahoma;
	font-weight: bold;
    font-size: 10px;
 }
