/* CSS Document */
body        {
            background-color: black;
            padding: 2em;
            font-family: tahoma, sans;
            font-size: 1em;
            font-weight: 900;
            }
*html body {font-weight: 100;}
.box        {
            background-color: darkred;
            color: rgb(255,204,153);
            height: 100px;
            width: 100px;
            margin-right: 1em;
            margin-bottom: 1em;
            padding: 8px;
            float: left;
            border: 1px solid darkred;
            }
*html .box {width: 118px; height: 118px;}
.box1       {
            background-color: black;
            color: rgb(255,204,153);
            height: 100px;
            width: 100px;
            margin-right: 1em;
            margin-bottom: 1em;
            padding: 8px;
            float: left;
            border: 1px solid darkred;
            } 
*html .box1 {width: 118px; height: 118px;}
.box2       {
            background-color: black;
            color: rgb(255,204,153);
            height: 100px;
            width: 100px;
            margin-right: 1em;
            margin-bottom: 1em;
            padding: 8px;
            float: left;
            border: 1px solid darkblue;
            } 

h1          {
            font-family: tahoma, sans;
            font-size: 4em;
            font-weight: 900;
            text-align: center;
            }
img         {
            border: none;
            }

a          {
            color: rgb(255,204,153);
            font-family: tahoma, sans;
            text-decoration: none;
            }
a:visited   {
            color: rgb(255,204,153);
            font-family: tahoma, sans;
            text-decoration: none;
            }
a:hover     {
            color: darkred;
            font-family: tahoma, sans;
            text-decoration: none;
            }
