body.yes
{
background: lime;
text-align: center;
vertical-align: middle;
}

a.yes {
/*width: 800px;
height: 600px;*/
font-family: "Courier New", Courier, monospace;
font-size: 170px;
color: green;
}

body.no
{
background: red;
text-align: center;
vertical-align: middle;
}

a.no {
/*width: 800px;
height: 600px;*/
font-family: Verdana, Geneva, sans-serif;
font-size: 175px;
color: crimson;
}

body.maybe
{
background: orange;
text-align: center;
vertical-align: middle;
}

a.maybe {
/*width: 800px;
height: 600px;*/
font-family: "Book Antiqua", Palatino, serif;
font-size: 150px;
color: yellow;
}



