body {
background-image: url("../orange.jpg");
background-attachment:fixed;
scrollbar-face-color:#ffcc00;
scrollbar-arrow-color:#ff0066;
scrollbar-track-color:#FFFFCC;
margin-top:20px;
margin-right:100px;
margin-left:100px;
font-family: Comic Sans Ms, Arial, Helvetica, serif;
text-align: center;
}
table
{
width: 650 px;
border: medium solid #FFFF00;
color: #663300;
text-align: center;
font: bold 12px;
}
caption
{
color: #333366;
}
th
{
color: #006699;
border: medium solid green;
}
td
{
color: black;
border: thin ridge red;
}
