table     { color: #666; font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva }
a:link    { color: #666; font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva; font-weight: bold; text-decoration: none }
a:hover  { color: #009ee0; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva; text-decoration: underline }
a:visited     { color: #666; font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva; font-weight: bold; text-decoration: underline }
a:active   { color: #666; font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva; font-weight: bold }

/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body     {
background:#FFFFFF;
font-size: 10px; 
font-family: Verdana, Arial, Helvetica, Geneva;
font-style: normal; 
font-variant: normal; 
font-weight: normal; 
color: #666;
text-align: center; 
min-width: 800px; 
}

h1  {font-size: 10px;font-weight: normal; line-height: 16px; text-decoration: none }
h2 { font-size: 2.0em; font-weight: normal;}

p { font-size: 10px }

.h1 { font-size: 2.4em; font-weight: normal }
.h2 { font-size: 2em; font-weight: normal }
.h3  { font-size: 10px; font-weight: normal; color: #68D700;}
.h4 { color: #f30; font-size: 11px; font-weight: bold }
/* The Core Technique
================================= */
#box   {
background:#009ee0;
text-align: left; 
margin: 0 auto; 
width: 740px;
padding: 40px;
}

#wrapper  { 
text-align: left; 
margin: 0 auto; 
width: 720px;
background-color: #fff;
padding:10px;
}

#header {
width:720px;
height: 100px;
padding: 0 0 20px 0;
}

.buttons {
color: #666;
background-color: #BDBDBD;
padding: 5px 5px 5px 10px;
margin-bottom:0px;
display: block;
border-bottom: 1px solid #fff;
font: 10px Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
}
