/*
   New Perspectives on JavaScript
   Tutorial 4
   Review Assignment
   Filename: dixon.css

   This file contains styles used in the events.htm file.

*/

body {background-color: rgb(195, 195, 195) }


#links1 {position: absolute; top: 5px; left: 5px; width: 155px; height: 165px}
#links2 {position: absolute; top: 5px; left: 480px; width: 155px; height: 165px}
#links1, #links2 {text-align: center; font-family: Arial, Helvetica, sans-serif}
#logo {position: absolute; top: 5px; left: 165px; width: 330px; height: 165px}
#links1 a, #links2 a {display: block; text-decoration: none; color: black; margin: 4px}
#links1 a:hover, #links2 a:hover {color: red; text-decoration: underline}
#main {position: absolute; top: 7px; 
left: 233px; 
width: 600px; border-top: 1px solid black;
    height: 19px;
}
#main h3 {font-family: Arial, Helvetica, sans-serif; text-align: center; letter-spacing: 4;
          margin-bottom: 5px; margin-top: 5px}
#main table {width: 100%; margin-top: 0px; margin-bottom: 10px; border: 4px inset white;}
#main th {font-family: Arial, Helvetica, sans-serif}
#main input {font-size: 10pt;
    width: 277px;
    text-align: center;
}