body::before {
 /*	content: ""; */
 	position: fixed;
 	top: 0;
 	left: 0;
 /*
 	width: 100vw;
 	height: 100vh;
 	background-image: url(Media/watermark3.png);
 	background-repeat: no-repeat;
	background-position: center;
*/
	background-color: #f3f3f3;
	z-index: -2;
}

body::before {
 	content: "";
 	position: fixed;
 	top: 0;
 	left: 0;
 	width: 100vw;
 	height: 100vh;
 	background-image: url(Media/watermark3.png);
 	background-repeat: no-repeat;
	background-position: center;
	background-color: #f3f3f3;
	z-index: -1;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
/*	color: #800080; */
	color: #700070;
	margin-left: 0px;
	margin-right: 20px;
}

h1 {
  display: block;
 /* font-size: 2em; */
  font-size: 1.8em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h2 {
  display: block;
 /* font-size: 1.5em; */
  font-size: 1.4em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

input.big {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
}

form.pos_right {
    margin-left: 135px;
}
	

a:link {
	color: #0000aa;
	text-decoration: underline;
}
	
a:visited {
	color: #0000aa;
	text-decoration: underline;
}

strong.red {
	color: #ff0000;
}

h3.red {
	color: #ff0000;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
p.pos_fixed {
    position: fixed;
    top: 300px;
    left: 5px;
}

p.pos_right {
    margin-left: 135px;
}

header.pos_right {
    margin-left: 135px;
}
ul.pos_right {
    margin-left: 135px;
}
table {
	margin-left: 135px;
}

td.name {
	width: 220px;
	text-align: left;
	vertical-align: middle;
}

td.image {
	width: 100px;
	padding-left: auto;
	padding-right: auto;
}

td.link {
	width: 200px;
	text-align: left;
	vertical-align: middle;
}

td.regname {
/*	width: 220px; */
	text-align: left;
	vertical-align: middle;
}

td.regimage {
	width: 50px;
	padding-left: auto;
	padding-right: auto;
}
		