/* site1.css */

/*
[COLOR CHART]
#F00: Red
*/

body {font-size:1em; padding:20px;}

h1 {}
h2 {}
h3 {}
p {}

big        {font-size:2em;}
code,tt    {font-family:monospace;}
small      {font-size:0.9em;}
cite,em,i  {font-style:italic;}
a,b,strong {font-weight:bold;}

a         {text-decoration:underline;}
a:link    {}
a:visited {}
a:hover   {}
a:active  {}

form {}
fieldset {}
legend {}
label {}
label small {color:#F00;}
input {}
select {}
textarea {}

table {}
th {font-weight:bold; text-align:left;}

#body {margin:0 auto;}
  #header {}
  
  #container {}
    #navigation {}
    #content {}
    #sub {}
  
  #footer {}

.AspNet-GridView-Alternate {background-color:#d0e0f0;}

