body {
    background-color: white;
    width: 100%;
    height: 100%;
    font-family: Georgia, serif;
    color: white;
    margin: 0;
    padding: 0;
    
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}






/* link stuff */

a {
	text-decoration: none;
	color: #9dc5cf;
}

/* unvisited link */
a:link {
    
}

/* visited link */
a:visited {
    
}

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

/* selected link */
a:active {
    
}

