@charset "UTF-8";
/* CSS Document */
body {
	font-size: 90%;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    color: aliceblue;
    background-color: #fff;
}
#content {
    margin: 300px auto auto auto;
    width: 60%;
    text-align: center;
    font-size: 0.9em;
    color: #110A5D;
    text-decoration: none; 
}