@font-face{
font-family:"Bitter-Regular"; src:url(fonts/Bitter-Regular.ttf);
}
body{
 font-family:"Bitter-Regular", serif;
 font-size:100%;
 text-align:justify;
 margin-top:0px;
 margin-left:10px;
 background-color:parchment;
 padding:20px;
 }
td{
 font-family:"Bitter-Regular", serif;
 font-size:100%;
 text-align:justify;
 text-shadow: 3px 3px 3px grey;
 }
td.a{
 font-family:"Bitter-Regular", serif;
 font-size:100%;
 text-align:center;
 }
td.b{
font-family:"Bitter-Regular", serif;
font-size:100%;
text-align:center;
}
b{
font-family:"Bitter-Regular", serif;
color:gray;
font-size:100%;
text-shadow: 3px 3px 3px grey;
}
b.a{
font-family:"Bitter-Regular", serif;
color:gray;
font-size:300%;
text-shadow: 4px 4px 4px grey;
}
b.b{
font-family:"Bitter-Regular", serif;
color:gray;
font-size:150%;
text-shadow: 3px 3px 3px grey;
}
b.c{
font-family:"Bitter-Regular", serif;
color:gray;
font-size:100%;
text-shadow: 3px 3px 3px grey;
}
b.d {
font-family:"Bitter-Regular", serif;
color:white;
font-size:80%;
text-shadow: 5px 5px 5px black;
}
b.e{
 font-family:"Bitter-Regular", serif;
 text-decoration:none;
 font-weight:bold;
 color:hotpink;
 font-size:100%;
 text-shadow: 5px 5px 5px black;
 }
img{
}
img.a{
border-color:black;
box-shadow: none;
}
img.b {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;

}

.img-rounded{
 border-radius:20px;
 box-shadow: 3px 3px 3px grey;
}
.img-roundedthumb{
border-radius:6px
}
hr{
color:gray;
height:1px;
background-color:gray;
box-shadow: 5px 5px 5px grey;

}
a.a:link,a.a:visited,a.a:active{
 font-family:"Bitter-Regular", serif;
 text-decoration:none;
 font-weight:bold;
 font-size:100%;
 color:white;
 text-shadow: 5px 5px 5px black;
 }
a.a:hover{
 font-family:"Bitter-Regular", serif;
 text-decoration:none;
 font-weight:bold;
 font-size:100%;
 color:hotpink;
 text-shadow: 5px 5px 5px black;
 }
a.b:link,a.b:visited,a.b:active{
 font-family:"Bitter-Regular", serif;
 text-decoration:none;
 font-weight:bold;
 color:grey;
 background-color:white;
 text-shadow: 3px 3px 3px gray;
 }
a.b:hover{
 font-family:"Bitter-Regular", serif;
 text-decoration:none;
 font-weight:bold;
 color:hotpink;
 text-shadow: 5px 5px 5px black;
 }
.jkleft{
height:100%;
width:200px;
display:block;
background-color:grey;
position:fixed!important;
z-index:1;
overflow:auto;
}
jkright{
width=75%;
float:right!important;
margin-left:180px!important;
margin-top:16px!important;
z-index:-1;
overflow:auto;
}
.jkleft2({
width:100%;
display:block;
padding:8px 16px;
text-align:left;
border:none;
white-space:normal;
float:none;
outline:0
}

.jkholder {
 padding:0.01em 16px;
 margin:200px;
 float:right;
 }


@mediaprint {
 table.a {
  page-break-after: always;
 }
}
 table.a {
  page-break-after: always;
 }
table.b {
border-color:gray;
box-shadow: 5px 5px 5px black;
}
div.a {
    border: 2px solid;
    border-radius: 25px;
    width:260px;
    height:380px;
    text-align:center;
}
div.relative {
    position: relative;
    left: 10px;
    border: 3px solid #8AC007;
    margin-top:20px;
}
div.fixed {
    position: fixed;
    margin-top: 0px;
    width:20%;
}
.hideit{
	visibility: hidden;
}

