body{
	font-family: "Courier New", Courier, monospace;
    color:#A44056;
  	background:#F05E7E;
  	
  	background-color: #ACA69C;
    background-image: url("https://rambodrex.com/images/bcg_img.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0 0;
}



/* LINKS */
a:link{
  	color:#0e658f;
  	font-weight: 400;
  	text-decoration:none;
	}

a:visited{
	color:#ffffff;
  	font-weight: 700;
  	text-decoration:underline;
    }

.button{
	background:#0e658f;
 	color:#fff; 
    padding:8px 12px;
 	border-radius:6px 
    }

.note{
	font-style:italic; color:#b84516 
	}
