body {
   background-color: LightBlue;
}

h1 {
   color: #9C77C9;
   font-family: Verdana;
}

h2 {
   color: #789443;
   font-family: Tahoma;
}

.flip {
   font-family: Century Gothic, Brush Script MT, Georgia;
}

#flop {
   font-size: 150%;
}

.outline {
   outline-style: solid;
   padding: 10px;
   width: 680px;
}