﻿
A
	{
	color : blue;
	text-decoration : none;
	font-weight : 700;
	}

A:HOVER
	{
	color : red;
	text-decoration : underline;
	font-weight : bold;
	}
	
code {color:purple} tt   {color:green} samp {color:navy} pre  {color:maroon}
