table.sortable a.sortheader {
/*    background-color:#eee; */
/*    color:#666666; */
    color:#CCFF99;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}
td.countryName {
    background-color: #CCFF99;
    text-decoration: none;
}

td.capital {
    background-color: #CCFF99;
    text-decoration: none;
}

td.population {
    background-color: #CCFF99;
    text-decoration: none;
}

td.currency {
    background-color: #CCFF99;
    text-decoration: none;
}

td.area {
    background-color: #CCFF99;
    text-decoration: none;
}


th.countryTitle {
    background-color: #117711;
    text-decoration: none;
}

th.capitalTitle {
    background-color: #117711;
    text-decoration: none;	
}

th.populationTitle {
    background-color: #117711;
    text-decoration: none;
}

th.currencyTitle {
    background-color: #117711;
    text-decoration: none;
}
th.areaTitle {
    background-color: #117711;
    text-decoration: none;
}


td.infoType {
    background-color: #FF99FF;
    text-decoration: none;
}
td.infoValue {
    background-color: none;
    text-decoration: none;
}

p.countryDesc {
	font-size: 130%;	
	font-weight: bold;		
    background-color: none;
    text-decoration: none;
}

p.personalities {
	font-size: 130%;	
	font-weight: bold;		
    background-color: none;
    text-decoration: none;
}

p.countryLinks {
	font-size: 130%;	
	font-weight: bold;		
    background-color: none;
    text-decoration: none;
}

p.touristPlaces {
	font-size: 130%;	
	font-weight: bold;		
    background-color: none;
    text-decoration: none;
}
