* {
	 font-family: sans-serif;
	 color: #000000;
    text-align: justify;
	 margin: 0px;
	 padding: 0px;
	 border-width: 0px;
	 background-color: transparent;
}

body {
    background-color: #99CAC4;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
}

h1 {
    font-variant: small-caps;
}

h2 {
    text-align: right;
    color: #5F9695;
    padding-right: 10px;
}

a {
    color: black;
    text-decoration: underline;
}

a:hover {
    color: #D87405;
    text-decoration: none;
}

div.footer {
    padding-top: 10px;
    text-align: center;
    font-size: x-small;
}

table.main {
    width: 100%;
    border-bottom: 3px #5F9695 dotted;
    border-top: 3px #5F9695 dotted;
    padding-bottom: 40px;
    padding-top: 40px;
}

table.main td {
    padding-left: 40px;
    padding-right: 40px;
    width: 50%;
    font-size: small;
    vertical-align: top;
}

p {
    padding-top: 0px;
    padding-bottom: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

a.flags {

}

div.flags {
    float: right;
    text-align: right;
    margin: 2px;
}

a.flags img {
  border: 2px solid transparent;
}

a.flags:hover img {
  border: 2px solid #5F9695;
}

img.small-flag {
  height: 7px;
  width: 10px;
}

