@import url(text.css);
body     {
	font-size: 12px; line-height: 16px ;
}
a:link   {
	color: teal; font-size: 12px; line-height: 16px; text-decoration: none ;
}
p     {
	font-size: 12px; line-height: 16px ;
}
td     {
	font-size: 12px; line-height: 16px ;
}
a:visited   {
	color: red; font-size: 12px; line-height: 16px; text-decoration: none ;
}
a:active   {
	color: lime; font-size: 12px; line-height: 16px; text-decoration: none ;
}
a  {
	color: black; font-size: 12px; line-height: 16px; text-decoration: none ;
}
a:hover {
	font-size: 12px; line-height: 16px ;
}
