body {
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	line-height: 1.35em;
	margin: 20px 0px 30px 15px;
	background-color: #ffffff;
	/* disable right click */
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	-o-user-select: none;
	user-select: none;
}

html>body {
font-size: small;
}

a:link { color: #cc0000; font-weight: normal; text-decoration: none; }
a:visited { color: #cc0000; font-weight: normal; text-decoration: none; }
a:hover { color: #cc0000; font-weight: normal; text-decoration: underline; }
a:active { color: #ff0000; font-weight: normal; text-decoration: none; }

h1 {
	margin: 0px 0px 15px 0px;
	font-size: 120%;
	color: #000000;
	}

.bold {
	font-weight: bold;
	}

.maintext {
	font-size: 130%;
	margin: 0;
	}

.maintext a:link { color: #cc0000; font-weight: normal; text-decoration: underline; }
.maintext a:visited { color: #cc0000; font-weight: normal; text-decoration: underline; }
.maintext a:hover { color: #ff0000; font-weight: normal; text-decoration: none; }
.maintext a:active { color: #cc0000; font-weight: normal; text-decoration: none; }

