b  {    font-family:garamond;
	color:red
}

b.in  {    font-family:"Times New Roman", Times, serif;
	color:red
}


h1 { 
        font-family:garamond;
	color:red
}
a { font-family:garamond;
    text-decoration:none
}

a.in { font-family:"Times New Roman", Times, serif;
    text-decoration:none
}
	
a:link {
	color: red;
}
a:hover {
	color: black;
}
a:active {
	color: red;
}
a.lm:link {
	color: red;
	text-decoration: none;
}
a.lm:hover {
	color: black;
	text-decoration: none;
}
a.lm:active {
	color: red;
	text-decoration: none;
}
a.lm:visited {
	color: red;
	text-decoration: none;
}
a.tm:link {
	color: red;
	text-decoration: none;
}
a.tm:hover {
	color: black;
	text-decoration: none;
}
a.tm:active {
	color: red;
	text-decoration: none;
}
a.tm:visited {
	color: red;
	text-decoration: none;
}