/*
   New Perspectives on HTML, XHTML, and DHTML
   Tutorial 15
   Review Assignment
   Filename: games.css

   This file contains styles used in the puzzle.htm file.

*/

body {background-color: white; font-family: Arial, Helvetica, sans-serif}
.piece {border: 1px solid white; padding:0px}

#summary {position:absolute; top:10px; left:330px; width:420px;
          background-color: rgb(255,255,192);border: 2px solid red; 
          font-size: 9pt}
h1 {color: red; font-size: 12pt; text-align: center; letter-spacing: 5;
    margin: 0px; padding: 10px}

#firstp {border-bottom: 2px solid red; background-color: white; margin: 0px}
#firstp {text-align: center}
#secondp {line-height: 1.8; padding: 10px; margin-top: 0px}
#secondp img {float: right; margin: 0px 0px 5px 5px}
#secondp span {color: red; margin-right: 10px; font-weight: bold; letter-spacing: 2}
kbd {font-size: 8pt; font-weight: normal; padding: 2px;
     background-color: rgb(224,224,224); color: red;
     border: 2px outset rgb(224,225,224); font-family: Courier New, monospace}

#buttons {position: absolute; top: 340px; left: 10px; width: 300px; text-align: center}
input {color: red; margin: 0px 10px}

#buttons span {font-size: 9pt; font-weight: normal; padding: 2px;
     background-color: rgb(224,224,224); color: red; width: 100px; height: 20px;
     border: 4px outset rgb(224,225,224); font-family: Arial, Helvetica, sans-serif;
     cursor: pointer}







