h1, h2, h3 {  COLOR: darkblue;Font-family: arial; font-weight: light}
.euro {
text-align: center;
color: #cdcdcd;
}
body {
background-color: #f8f8f8;
}

ul.countries li {
display: inline;
}

ul.countries li:before { content: "* "; }
ul.countries li:first-child:before { content: ""; }

