
* {
  cursor: url("../0_cursor/b_w.gif"), auto !important;
  } 

:root {
  --border-bg:#703810;
  --selection-bg:#EFED52;
  --hover-bg:#5AEFCE;
  --content-bg:#C07830;
  --span-bg:#F9F5E9;
}

body { 
  font-size:16px;
  font-weight: bold;
  color:#281000;
  position: relative;
}

b{
  font-size:20px;}

img {
  display: block;
}
buttons img{
  display: inline;
  vertical-align: bottom;
}
a:link, a:visited {
  color:var(--hover-bg);
  text-decoration: underline;
}
a:hover, a:active {
  color: #FFFFFF;
  text-decoration: underline;
}

P {
  text-align: justify;
}

::selection {
  background: var(--hover-bg);
}

.subtitle {
  background-color:#703810;
  text-align:center;
  font-size: 20px;
  color:#5AEFCE;
  padding:3px;
}