.text12p-0 a:link {
	color: #FFFFFF;
}

/*-------------------- element type --------------------*/

a:link {
       color: blue;
}

a:visited {
       color: purple;
}

a:hover {
       color: orange;
       background-color: bisque;
}
 
P {
	color: black;
	font-size: x-small;
    line-height: 1.2em;
}

td {
	font-size: x-small;
}
