
A:link {
	color: #ff0000;
	text-decoration: underline
}

A:visited {
	color: #0000ff;
	text-decoration: underline
}

A:hover{
	
	color:#ff0000; 
	text-decoration: none
}

A:active{
	color:red;
	text-decoration: underline
}

span.tpg{
	background:#000000;
	color:#ffcccc;
	font-weight: bold;
}

P.guideborder{
	padding: .0375 in;
	border-width: 1px;
	border-style: outset;
	border-side: #FFCC66;
	
}