body { 
background-color: #E2F4F4; 
background-image:url("");
background-repeat:repeat;
color: #070BB5; 
margin-top: 50px;
margin-left: 50px; 
margin-right: 90px; 
margin-bottom: 70px; 
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: small;
line-height:180% 

}

p{text-indent: 3em
}

h1{color:#C02CC0; font-family: Georgia, "Times New Roman", Times, serif}
h2{letter-spacing: 0.5em; word-spacing: 0.5em}
h3{color:#C02CC0; font-family: Georgia, "Times New Roman", Times, serif}

a:link 
  {color:#FF0000; 
  text-decoration: none; 
  background-color: transparent }
a:visited 
  { color:#00C000; 
  text-decoration: none; 
  background-color: transparent }
a:hover 
  { color:#FF0000; 
  text-decoration: underline; 
  background-color: transparent }
a:active 
  { color: #900; 
  text-decoration: underline; 
  background-color: transparent }


table {
border:3px solid #6495ed;
border-collapse:collapse;
width:90%;
margin:auto;
}
thead, tfoot {
background-color:#D0E3FA;
background-image:url(sky.jpg);
border:1px solid #6495ed;
}
tbody {
background-color:#FFFFFF;
border:1px solid #6495ed;
}
th {
font-family:monospace;
border:1px dotted #6495ed;
padding:5px;
background-color:#EFF6FF;
width:25%;
}
td {
font-family:sans-serif;
font-size:80%;
border:1px solid #6495ed;
padding:5px;
text-align:left;
}
caption {
font-family:sans-serif;
}