@charset "utf-8";
/* CSS Document */

body,td  { background-color: #666; font-family: Georgia, "Times New Roman", Times, serif; font-size: 20px; color: #333;  }
td { vertical-align: top; padding: 10px; }

input,textarea { font-family: Georgia, "Times New Roman", Times, serif; font-size: 20px; }
input.inputtext { width: 600px; color: #555; }
textarea { width: 600px; height: 200px; color: #555; }

#drthead { font-size: 80px; color: #888; position: fixed; font-weight: bold;  left: 50px; top: 30px; white-space: nowrap; }
#phrase1 { font-size: 40px; position: fixed; top: 80px; left: 180px;  white-space: nowrap; }
#phrase2 { font-size: 11px; position: fixed; color: #ddd; top: 115px; left: 250px; text-transform: uppercase;  white-space: nowrap; }

#contactus { position: fixed; top: 160px; left: 380px; font-size: 20px;  }
#contactus a { text-decoration: none; color: #47F; }
#contactus a:hover { text-decoration: underline;  }

#contactform { position: fixed; top: 150px; display:none; }

#contacttable td { font-size: 20px; color: #111; }
