/*
* Just two styles.
*
* Multipolygons representing land areas are green.
* Multipolygons representing depth areas are blue.
* 
*/
relation[type=multipolygon][objcod=LNDARE] > area {fill-color: #ADD6A5; fill-opacity: 1.0;}
relation[type=multipolygon][objcod=DEPARE] > area {fill-color: #4169E1; fill-opacity: 1.0;}