
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
html,
body {
   margin:0;
   padding:0;
   height:100%;
	background-image: url("../img/paper_1.png");
	background-repeat: repeat-x repeat-x;
	/*font-size: 12px; */
	        font-family: 'Montserrat', sans-serif;
	color: #111; 
	/*font-family: 'Open Sans Condensed', sans-serif; */
	line-height: 1.5;
	text-shadow: 1px -1px 1px gray; 
	
}
#container {
   min-height:100%;
   position:relative;
   text-align: center;
   
   
}

#content_div {
	
	border-style: solid;
	border-color: #aaa;
	border-width: 1px;
	width: 850px;
	margin-top: 25px;
	
	display: inline-block;
	border-radius: 25px;

	background: url("../img/dust_scratches.png");
	background-position: left top;
	background-repeat: repeat;
	
}

#header {
   /*background:#ff0; */
   padding:10px;
   
}
#body {
   padding:10px;
   padding-bottom:60px;   /* Height of the footer */
}
#goadf_body {
   padding:10px;
   padding-bottom:60px;   /* Height of the footer */
   text-align: center;
}
table.tekst {
	text-align: justify;

}
table.cinereousTable {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  border: 2px solid #948473;
  background-color: #eee;
  width: 800px;
  text-align: left;
}
table.cinereousTable td, table.cinereousTable th {
  border: 1px solid #948473;
  padding: 4px 4px;
}
table.cinereousTable tbody td {
  font-size: 13px;
}
table.cinereousTable thead {
  background: #CCC;
  background: -moz-linear-gradient(top, #afa396 0%, #9e9081 66%, #948473 100%);
  background: -webkit-linear-gradient(top, #afa396 0%, #9e9081 66%, #948473 100%);
  background: linear-gradient(to bottom, #afa396 0%, #9e9081 66%, #948473 100%);
}
table.cinereousTable thead th {
  font-size: 17px;
  font-weight: bold;
  color: #F0F0F0;
  text-align: left;
  border-left: 2px solid #948473;
}
table.cinereousTable thead th:first-child {
  border-left: none;
}

table.cinereousTable tfoot td {
  font-size: 16px;
}


a {
  transition: color .4s;
  color: #265C83;
}

a:link,
a:visited { color: #265C83; }
a:hover   { color: #7FDBFF; }
a:active  {
  transition: color .3s;
  color: #007BE6;
}

.link { text-decoration: none; }