H1.lsp {
	color : Navy;
}
H2.lsp {
	color : #3333FF;
}
H3.lsp {
	color : Black;
	font-size : medium;
	font-style : italic;
}
P.lsp {
	color : #666666;
	font-size : small;
	font-style : italic;
	font-weight : bold;
}
A.lsp{
	font-weight : bold;
	text-decoration : none;
	font-size : smaller;
}
A.lsp:HOVER {
	color : Red;
}
A.lsp:LINK {
}
A.lsp:VISITED {
}
A.lsp2{
	font-weight : bold;
	text-decoration : none;
	font-size : large;
}
A.lsp2:HOVER {
	color : Red;
}
A.lsp2:LINK {
}
A.lsp2:VISITED {
}
A.lsp3{
	text-decoration : none;
	font-size : smaller;
}
A.lsp3:HOVER {
	color : Red;
}
A.lsp3:LINK {
}
A.lsp3:VISITED {
}


