body .ui-body-c{
    font-family: 'Courier New', monospace !important;
    
}

p {
	font-size: 1.0em;
	font-family: 'Courier New', monospace;
	color: #777777 !important;
	margin-left: 6%;
}

hr.new1 {
  border-top: 1px solid #777777;
}

/* This is needed for the logged start page*/
i {
	font-size: 0.7em;
	font-family: 'Courier New', monospace;
	color: #777777 !important;
	
}

h3 {
	font-size: 1.0em;
	font-family: 'Courier New', monospace;
	margin-left: 6%;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	font-weight: normal;
	color: #cc0000 !important;
}
a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #cc0000 !important;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #cc0000 !important;
}
a:active {
	text-decoration: none;
	font-weight: normal;
	color: #990000 !important;
}
a:focus {
	text-decoration: none;
	font-weight: normal;
	color: #cc0000 !important;
}

@media all and (min-width: 650px) {

	#pagespace {
		margin-top: 12%;
	}

	.boldgroup:before {
		content: "//";
		font-size: 1.0em;
		font-family: 'Courier New', monospace;
		font-weight: bold;
		margin-left: 6%;
	}
	.boldelem {
		font-size: 1.0em;
		font-family: 'Courier New', monospace;
		font-weight: bold;
		margin-left: 0%;
	}

	.unboldgroup:before {
		content: "//";
		font-size: 1.0em;
		font-family: 'Courier New', monospace;
		font-weight: normal;
		margin-left: 6%;
	}

	.unboldelem {
		font-size: 1.0em;
		font-family: 'Courier New', monospace;
		font-weight: normal;
		margin-left: 0%;
	}

}

@media all and (min-width: 500px) and (max-width: 649px) {
	#pagespace {
		margin-top: 0%;
	}

	.boldgroup:before {
		content: "//";
		font-size: 1.0em;
		font-family: 'Courier New', monospace;
		font-weight: bold;
		margin-left: 6%;
	}
	.boldelem {

		font-size: 1.0em;
		font-family: 'Courier New', monospace;
		font-weight: bold;
		margin-left: 0%;
	}

	.unboldgroup {
		font-size: 1.0em;
		font-family: 'Courier New', monospace;
		font-weight: normal;
		margin-left: 6%;
	}
	.unboldelem:before {
		content: "//";
		font-size: 1.0em;
		font-family: 'Courier New', monospace;
		font-weight: normal;
		margin-left: 0%;
	}
	.unboldelem:after {
		content: "\a";
		font-size: 1.0em;
		font-family: 'Courier New', monospace;
		font-weight: normal;
		margin-left: 0%;
		white-space: pre;
	}

}

@media all and (max-width: 499px) {
	#pagespace {
		margin-top: 12%;
	}

	.boldgroup {
		font-size: 1.0em;
		font-family: 'Courier New', monospace;
		font-weight: bold;
		margin-left: 6%;
	}
	.boldelem:before {
		content: "//";
		font-size: 1.0em;
		font-family: 'Courier New', monospace;
		font-weight: bold;
		margin-left: 0%;
	}
	.boldelem:after {
		content: "\a";
		font-size: 1.0em;
		font-family: 'Courier New', monospace;
		font-weight: bold;
		margin-left: 0%;
		white-space: pre;
	}

	.unboldgroup {
		font-size: 1.0em;
		font-family: 'Courier New', monospace;
		font-weight: normal;
		margin-left: 6%;
	}
	.unboldelem:before {
		content: "//";
		font-size: 1.0em;
		font-family: 'Courier New', monospace;
		font-weight: normal;
		margin-left: 0%;
	}
	.unboldelem:after {
		content: "\a";
		font-size: 1.0em;
		font-family: 'Courier New', monospace;
		font-weight: normal;
		margin-left: 0%;
		white-space: pre;
	}
}
