body { font-family: Courier New, sans-serif; } 
 
A:link {color: white;}        /* specificity = 1,1 */
A:visited {color: white;}   /* specificity = 1,1 */ 
A:hover {color: #999999;}    /* specificity = 1,1 */
A:active {color: magenta;}       /* specificity = 1,1 */

table.test{
	color: #FFFFFF;
	font-weight: bold;
}


.meny A:link {color: white;}
.meny A:visited {color: white;}
.meny A:active {color: magenta;}
.meny A:hover {color: white;}

td.test{
	color: #000000;
	font-weight: bold;
	font-size: 15px;
}
