
A  {
        font-size : x-small;

        color : #243E88;
        text-decoration : none;
}

A:Visited  {

        color : #243E48;
        text-decoration : none;
}

A:Active  {

        color : #243E48;
        text-decoration : none;
}

A:Hover  {

        font-style : line;
        color : #142E38;
        text-decoration : underline;
}

BODY  {
        font-size : xx-small;
        font-family : Helvetica;
        background : B6B395;
        
}

th {
    padding:5px;
	background-image: url(images/hbg.gif);
	background-repeat: repeat-x;
    color:#fff;
}

td {
    padding:5px;
}

.countTable {
    width:300px;
    border:1px solid #ccc;
    margin:auto;
    margin-top:15px;
    margin-bottom:15px;
    border-collapse:collapse;
}



