html {
user-select: none;
-khtml-user-select: none;
-o-user-select: none;
-moz-user-select: -moz-none;
-webkit-user-select: none;
-ms-user-select: none 
}

body {
background-color:#ffffff;
background-image: url("bg.jpg");
background-repeat: no-repeat;
background-position: top;
background-attachment: fixed;
background-size: cover;

font-family: Times, serif; margin: 0; text-align: center; padding: 0;
}

div.top {margin: 1px 20px; float:left}

div.access {
font-size: 12pt; color:#112293; text-shadow: 1px 1px 1px #eee;
margin: 21px 20px; float:right; border:1px solid; padding: 10px;
}

th.underline {font-size: 14pt; text-decoration: underline; font-style: italic; font-weight: bold;}
