body {
    background-color: #bf8bb8;

}


.button {
  background-color: #e4bdd4;
  border: solid;
  border-color: #592a6a;
  border-radius: 50%;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  color: #fbeff7;
  font-size: 20px;
  cursor: pointer;
  margin: 5px;

}



#navigation {

      
        padding: 20px;
          text-align: center;
            color: #e5e5e5;
            width: 20%;
            display: table;
        float: right;
        margin-right: 50px;
        font-family: "Arial";
        font-size: 18px;
       padding: 10px;
        }

#content {
	padding: 10px;
	text-align: left;
	color: #e5e5e5;
	width: 700px;
	font-size: 18px;
	display: table;
	margin: 0px;
	position: static;
	font-family: "Arial";

}


//the text
#demo {
	
}



// LINKS

a:link {
  color: #1c3d5e;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #e9f0f9;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #d2a6ff;
}

/* selected link */
a:active {
  color: #332364;

}







