body {
    //background-color: black;
    //color:#2EFE2E;
    //font-family: "Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",monospace, Sans-Serif;
    font-family: monospace;
    font-size: 14px;
}

a:link { color: black; }          /* Unvisited links */
a:visited { color: gray; }     /* Visited links */
a:hover { background: black; color: #EEEEEE; }  /* Hovered links */
a:active { color: #2EFE2E; }         /* Active links */

table,tr,th,td {
    border: 1px solid #CCCCCC;
    font-size: 14px;
    border-collapse: collapse;
}

/*RACE (NAME)*/
#c2 {
    width: 240px;
}

/*CITY or STATE*/
#c3 {
    width: 120px;
}

/*COUNTRY*/
#c4 {
    width: 120px;
}

/*CONTINENT*/
#c5 {
    width: 120px;
}

/*DISTANCE*/
#c6 {
    width: 60px;
}

/*ELEVATION GAIN*/
#c7 {
    width: 60px;
}

/*ELEVATION LOSS*/
#c8 {
    width: 60px;
}

/*TYPE*/
#c9 {
    width: 120px;
}

/*CURRENCY*/
#c11 {
    width: 120px;
}

/*(extra) URL 1*/
#c15 {
    width: 45px;
}

/*(extra) URL 2*/
#c16 {
    width: 45px;
}

/*(extra) URL 3*/
#c17 {
    width: 45px;
}
