div#mlogor h1 {
	font-family: Arial !important;
	font-weight: bold;
	font-size: xx-large;
}
html body div#logor h1 a {
	text-decoration: none;
	color : red;
	font-style: bold !important;
}
html body div#logor h1 a span {
	padding-left:2.8em;
	color: blue;
}
html body div#logor h1 a span:after {
    content:"\000A";
    white-space: pre;
}