@charset "utf-8";
/* CSS Document */

table
{
border-collapse:collapse;
width:70%;
margin:auto;


}
th
{
padding:0 5px 0 1px;
background-color:#99FF33;
font-weight:bold;
color:#330000;
font-family:"Courier New", Courier, monospace;
font-size:14px;

border-top:1px solid green;
border-bottom:1px solid green;




}
td
{
border-bottom:1px solid green;
padding:10 10px 10 1px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}
caption
{
font-size:18px;
font-weight:bold;
color:green;
font-family:"Courier New", Courier, monospace;
}
#center
{
text-align:center;

}
#right
{
text-align:left;
}
