* { font-family: 'Times New Roman', Times, serif; }
BODY { background-color: green; }
.PAGE { background-color: white; }
.CONTAINER { width: 750px; }
TABLE { width: 100%; text-align: center; }
BUTTON { width: 100%; height: 100%; border: none; font-size: 16px; }
.CONTENTCONTAINER { width: 640px; color: yellow; }
H1 { font-size: 45px; color: yellow; }
.BLOGCONTAINER { border: yellow 2px solid; height: 350px; background: white; overflow-y: scroll; color: black; text-align: left; padding: 0px 5px; }
A { color: blue; }