body {
	font-family: 'Western', sans-serif;
	font-size: 17px;
	line-height: 1.2rem;
	background: background-image:url(/mainbg.png);background-repeat:no-repeat;background-position:center top;background-attachment:fixed;background-size:cover;
	color: #433123;
	cursor: url("cursor.png"), auto !important;
}
html {
  cursor: url(cursor.png), pointer;
  cursor: url(cursor.png), auto;
  
}
h1 {
  font-family: 'Western', sans-serif;
	font-size: 100px;
	letter-spacing: 1px;
	color: #78211A
}
h2 {
  font-family: 'Western', sans-serif;
	font-size: 30px;
	letter-spacing: 1px;
	color: #78211A
}
html {
  cursor: url(cursor.png), default;
  
}
body {
  background-color:#e0ccb4
  color: brown;
  font-family: goudy; 
  font-weight: bold;
  cursor: url("cursor.png"), auto !important;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  cursor: url("cursor.png"), auto !important;

}

/* Scrollbar styles */
::-webkit-scrollbar {
width: 7px;
height: 12px;
}

::-webkit-scrollbar-track {
border: 1px dashed #C9B69D;
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
background: #433124;  
border-radius: 10px;
  
}

::-webkit-scrollbar-thumb:hover {
background: #990000;  
}


/* unvisited link */
a:link {
  color: #ff7f50;
}

/* visited link */
a:visited {
  color: #cc0066;
}

/* mouse over link */
a:hover {
  color: #e0115f;
  cursor: url("cursor.png"), auto !important;
}

/* selected link */
a:active {
  color: #ff9872;
}
 cursor: url("cursor.png"): default;
 }