body {
size: 3;
color: red;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: red;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: gold;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: blue;
	}

table {
color: red;
}
