/* CSS Document */
A:link, a, a:active, a:visited{
color:#FFFFCC;
font-size: small;
text-decoration:none;
}


A:Hover {
color:#006600;
}
.date{
font-size:large;
color:#CCCCCC;
text-decoration:underline;
}
.header{
font-size:large;
color:#CCCCCC;
}

.indexcontent {
width: 750px;
font-size:small;
padding:10px;
}

.news {
color:#CCCCCC;
}

img {
border:#000000 thick solid;
}

.footer{
background-image:url(images/footerbg.jpg);
background-repeat:repeat-x;
}
.accent{
border:#FFCC33 thin dashed;
border-bottom:none;
padding:5px;
}

td {
font-size:medium;
color:#CCCCCC;
padding:5px;
}
