td {
	/* basic td tag 13 pixels black text */
	color : Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : none;
}

td.medium {
	/* basic td class for medium smaller 11 pixels black text */
	color : Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration : none;
}

td.large {
	/* basic td class for medium smaller 11 pixels black text */
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration : none;
}

td.small {
	/* basic td class for smallest 6 pixels black text */
	color : Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration : none;
}

a.tinya{
	/* a href class for 10 pixel text - menus and such */
	color : #CBCB9B;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-decoration : none;
}
a:visited.tinya {
	/* a href class for 10 pixel text - visited */
	color : #CBCB9B;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-decoration : none;
}
a:hover.tinya{
	/* a href class for 10 pixel text - hover */
	color : #CBCB9B;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8px;
	text-decoration : none;
}

.smallblack { /* class for smaller 6 pixels black text */ 
color: #000000; 
font-size: 10px; 
font-family: Arial, Helvetica, sans-serif;
text-decoration : none;
}

.smallback { /* class for smaller 6 pixels black text */ 
color: #CCCC99; 
font-size: 10px; 
font-family: Arial, Helvetica, sans-serif;
text-decoration : none;
}

.medwhite { /* basic td class for medium smaller 11 pixels black text */ 
color : #FFFFFF;  
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration : none;
}

.smallwhite { /* class for smaller 6 pixels black text */ 
color: #FFFFFF; 
font-size: 6px; 
font-family: Arial, Helvetica, sans-serif;
text-decoration : none;
}

a.menu{
	/* a href class for 10 pixel text - menus and such */
	color : #556B2F;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
	font : bold;
	text-decoration : underline;
}
a:visited.menu {
	/* a href class for 10 pixel text - visited */
	color : Olive;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
	font : bold;
	text-decoration : underline;
}
a:hover.menu{
	/* a href class for 10 pixel text - hover */
	color : #CC0000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font : bold;
}

a{
	/* basic a href tag */
	color : #556B2F;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
}
a:visited {
	/* basic a href tag visited */
	color : Olive;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
}
a:hover{ /* basic a href tag hover */
color : #CC0000;
font-family : Arial, Helvetica, sans-serif;
}

