body {
 background-color: white;
}

img {
 border: none;
}

p.copyrights {
 font: 10pt Verdana, sans-serif;
 color: red;
 text-align: center;
}

p.host {
 font: bold 8pt Verdana, sans-serif;
 color: black;
 text-align: center;
}

a.myemail:link {
 text-decoration: none;
 color: black;
}

a.myemail:active {
 text-decoration: none;
 color: black;
}

a.myemail:visited {
 text-decoration: none;
 color: black;
}

a.myemail:hover {
 text-decoration: underline;
 color: black;
}

a.host:link {
 text-decoration: none;
}

a.host:active {
 text-decoration: none;
}

a.host:visited {
 text-decoration: none;
}

a.host:hover {
 text-decoration: underline;
 color: black;
}

span.yahoo {
 color: red;
}

span.geo {
 color: blue;
}

span.cities {
 color: green;
}