body{
    background-color:beige;
}
.box
{
    background-color: rgba(255, 255, 255, 0.95);
    width: 250px;
    height: 250px;
    border: 2px dotted;
    display:inline-block;
    margin: 5px;
}
#Camden a{
    color:green;
    font-weight: bold;
    text-align: center;
    
}
#Tristan a{
    color:#e8c300;
    font-weight: bold;
    text-align: center;
    
}
#Sadie a{
    color:hotpink;
    font-weight: bold;
    text-align: center;
    
}
#Danny a{
    color:red;
    font-weight: bold;
    text-align: center;
    
}
a:hover{
    cursor: url("http://www.rw-designer.com/cursor-extern.php?id=7181"),default;
}
img:hover{
    -webkit-transform: scale(1);
	transform: scale(1.01);
}
html{
    cursor: url("http://www.rw-designer.com/cursor-extern.php?id=7181"),default;
    font-family:"MS Gothic";
}