* {
	
    cursor: crosshair;
}

body       {
    background-color: #1b1a17;
    background-image: url('https://fishhookvn.neocities.org/bg.png');
    background-position: contain;
    background-repeat: no-repeat;
    background-size: fill;
    color: #8F7D5A;
    font-size: 14px;
    font-family: Georgia;
    
}

p          {
    text-align: justify;
    padding-left: 5%;
    padding-right: 5%;
}

p.extraquote    {

    text-align: center;
    color:#8F7D5A;
    font-style: italic;
    padding-left: 5%;
    padding-right: 5%;
}
.container {
	background-color: #2E2B29;
    max-width: 700px;
}

.container1 {
	background-color: #2E2B29;
    max-width: 700px;
    padding-left: 0%;
    padding-right: 0%;
}

.nav        {
    font-size: 15px;
    text-transform: uppercase;
    padding-left: 5%;
    padding-right: 5%;


}

.nav-link       {
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 2%;
    color: #E1CDB1;: 

}
.nav-link disabled {
    color: #E1CDB1;
}

h1 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

mark {
    background-color: #474443;
    color: #8F7D5A;
    line-height: 2;
}
img          {
    padding-left: 15%;
    padding-right: 5%;
}

.navimg       {
    padding-left: 0%;
    padding-right: 2px;
    padding-top: 10%;
    float: left;
    
}

.img-fluid    {

    height: auto;
    padding-left: 5%;
    padding-right: 5%;
}

.col-1         {
    text-align: justify;
    max-width: 200px;  
}


hr.style1{
	border-top: 3px double #b48e41;
    padding-left: 5%;
    padding-right: 5%;
}

.blockquote {
    color: #8F7D5A;
    text-align: center;
}
a:link {
  text-decoration: underline;
  color: #E1CDB1;
}

a:visited {
  text-decoration: underline;
  color: #E1CDB1;
}

a:hover {
  text-decoration: underline;
  color: #E1CDB1;
}

a:active {
  text-decoration: underline;
  color: #E1CDB1;

}

