a.one:link {
    color: white;
}
a.one:visited {
    color: white;
}
a.one:hover {
    color: rgb(190,30,45);
}
a.one:active {
    color: rgb(190,30,45);
}

.mydiv{
    text-align: center;
    word-spacing: 120px;
} 

body  {
    background-image: url("door.jpg");
}  
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
p.small {
    font-size: 8px;
} 


p.class  {
    color:rgb(215,228,194);
    font-family:athelas;
}

p.space {
	margin-top: 50px;
	margin-bottom: 50px;
}



