a {text-decoration:none}

P  {}

H1  {}

H2  {}

H3  {}

A  {
	color : Navy;
	text-decoration : none;
	font-weight : bold;
}

A:Visited  {
	color : Navy;
	text-decoration : none;
	font-weight : bold;
}

A:Active  {
	color : Navy;
	text-decoration : none;
	font-weight : bold;
}

A:Hover  {
	color : Red;
	text-decoration : none;
	font-weight : bold;
}

BODY  {}

table.code
{
outline:1px solid #FFFFFF;
border:2px solid #C5DFE1;
}
table.code td
{
/* font-size:100%; */
/* font-family:courier new; */
background-color:#F8F5CA;
/* border:1px solid #d4d4d4; */
padding:4px;
}

a:focus, object:focus {
outline: none;
-moz-outline-style: none;
} 

