body {
scrollbar-face-color: #090913;
scrollbar-arrow-color: #4B524D;
scrollbar-track-color: #090913;
scrollbar-3dlight-color: #090913;
scrollbar-highlight-color: #090913;
scrollbar-shadow-color: #090913;
scrollbar-darkshadow-color: #090913; 
FONT-SIZE: 14px; COLOR: #848585; FONT-FAMILY: "arial"; line-height: 25px; letter-spacing:0px; TEXT-ALIGN: justify; 
 
    background-image: url('layout/bg.png');
    background-repeat: repeat;
    background-attachment: none;
    background-position: top; }

 A:link { color: #A0565B; text-decoration: none; background: none; font-weight: none }
 A:visited { color: #A0565B; text-decoration: none; background: none; font-weight:none}
 A:active { color: #A0565B; text-decoration: none; background: none; font-weight: none}
 A:hover {cursor: crosshair; color:#DAECB3; text-decoration:none; font-weight:none; background: none;}
}


.name {
font-family:arial; 
letter-spacing:1px;
text-transform:uppercase;
color:#000000; 
font-size:11pt;
line-height:13px;}

b, strong{
color: #8B412C;
}

.right {
   border: 0px solid #000000;
                        background-image: url(layout/image.png);
   float: right;
   margin-right: 3px;
   margin-bottom: 1px;
                        margin-top: 1px;
   margin-left: 3px;
                        padding: 6px;
   }
   
.left {
   border: 0px solid #000000;
                        background-image: url(layout/image.png);
   float: left;
   margin-right: 3px;
   margin-bottom: 1px;
                        margin-top: 1px;
   margin-left: 3px;
                        padding: 6px;
   }

.middle {
   border: 0px solid #000000;
                        padding: 6px;
                        background-image: url(layout/image.png);
   margin-right: 0px;
   margin-bottom: 0px;
                        margin-top: 0px;
   margin-left: 0px;
   }

h1 { 
margin: 0;
text-align:left;
font-family: 'Dawning of a New Day', cursive;
font-size:40px;
color: #585441;
line-height: 20px;
letter-spacing: 0px;
border-bottom: 0px;
text-transform:none;
font-weight: normal;}

h2 { 
margin: 0;
text-align:left;
font-family: 'Work Sans', sans-serif;
font-size:20px;
color: #6F4773;
line-height: 10px;
letter-spacing: 5px;
border-bottom: 0px;
text-transform:uppercase;
font-weight: italic;}


blockquote {
  background: #090913;
  border-left: 15px solid #282925;
  font-size:13px;
  color: #848585;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}