
body {
    background-color: rgb(200,200,200);
    color: rgb(0,0,0);
    font-family: "Open Sans", sans-serif;
    text-align: center;
    overflow: scroll;
}

#content {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

header {
	
}

footer {
	font-style: italic;
	font-size: 90%;
}

p {
    font-style: normal;
    font-size: 75%;
}

#W {
    line-height: 70%;

}

#S {
    line-height: 70%;

}

#A {
    line-height: 25%;
    display: inline-block;
}

#D {
    line-height: 25%;
    display: inline-block;
    margin-left: 100px;
}
