body {
color: rgb(0, 0, 0);
background-color: rgb(248, 252, 255);
}

a:link { text-decoration:none }
a:visited { text-decoration:none }
a:hover { text-decoration:underline }
a:active { text-decoration:none }

p,h1,h2,h3,h4,h5,h6 {
font-family:arial;
}

h1,h2 {
color: rgb(0, 0, 102);
text-align: center;
}

h4 {
color: rgb(51, 51, 255);
text-align: center;
}

p {
font-family:arial;
font-size: 75%;
font-weight:900;
}	
table.tablesite {
border: medium solid #6495ed;
border-collapse: collapse;
}

table.tablesite caption {
font-family: sans-serif;
font-size: 90%;
font-weight:900;
color: green;
}

table.tablesite th {
font-family: sans-serif;
border: thin solid #6495ed;
font-size: 75%;
background-image: url(../images/sky.jpg);
background-color: #D0E3FA;
text-align: center;
padding: 2px;
}

table.tablesite td {
font-family: sans-serif;
border: thin solid #6495ed;
font-size: 75%;
text-align: center;
padding: 2px;
width: 75px;
}
