@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600&display=swap');
* {
  font-family: 'Cinzel';
}

A:link { color: #AFAFAF; text-decoration: underline; cursor: url("/images/grey_core_cursor.png"), auto; }
A:visited { color: #AFAFAF; text-decoration: underline; cursor: url("/images/grey_core_cursor.png"), auto; }
A:hover { color: #D0D0D0; text-decoration: none; cursor: url("/images/grey_core_cursor.png"), auto; } 

.thebigbanner {
  background-image: url(/images/levuei_banner.png);
  width:750px;
  height:180px;
  border: 2px solid #FFFFFF;
  letter-spacing: 3px;
}

.marquee {
  background-color:#000000;
  border: 1px dotted #FFFFFF;
  color:#AFAFAF;
}

.posts {
  background-color:#000000;
  color:#AFAFAF;
}

.updatescrollbox {
  height: 300px;
  overflow: auto;
}

.c1kicon {
  height: 200px;
  width: 200px;
  border: 1px dotted #FFFFFF;
}

.pagedoll {
  background-image: url(/images/levuei_pagedoll.gif);
  height: 200px;
  width: 200px;
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.navcolumn {
  height: 600px;
  width: 300px;
  position: fixed;
  top: 30px;
  left: 30px;
  border: 7px double #AFAFAF; 
  background-color:#000000; 
  color:#AFAFAF
}

.navlinks {
  text-indent:  30px;
  letter-spacing: 3px;
}

.navhead {
  font-size: 25px;
  letter-spacing: 3px;
    padding:5px;
}

html {
    cursor: url("/images/core_cursor.png"), auto;
}

h1 {
  padding:5px;
  color:#AFAFAF;
}
p {
  font-size:13px;
  color:#AFAFAF;
  padding-right: 20px;
  padding-left: 20px;
}
li {
  font-size:13px;
  padding-right: 20px;
  padding-left: 20px;
}
body 
{
background-color: #000000;
background-image: url(/images/levuei_bg.png);
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #545454;
scrollbar-3d-lightcolor: #545454;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #545454;
}

.tables
{ border: 1px dotted #AFAFAF; background-color:#000000; color:#AFAFAF} 
.menus
{ width: 150px; border: 0px dotted #AFAFAF; background-color: #313131; color:#AFAFAF;} 
.menulinks
{ text-align: center; line-height: 1.8; }
.content
{ border: 1px dotted #575757; background-color: #3D3D3D; color:#AFAFAF;} 
.disclaimer
{ border: 1px dotted #252525; background-color: #000000; color:#AFAFAF;} 
