body {
margin: 0 auto;
max-width: 715px;
font-size: 1.0em;
background: #336699;
color: #ffffff;
text-align: justify;
font-family: Arial, Helvetica, Geneva, sans-serif;}
img {
width: 228px; height: 128px;
}
table {max-width: 715px;}
a { padding: 3px; color: white; font-size: 1.0em;}
a:focus { background-color: red; color: black;}
a:hover { background-color: yellow; color: blue; }
a:active { background-color: yellow; color: black; }
h1,h3,h5 {
color: yellow;
text-align: center; justify;
}
h2 {
background-color: red;
border-radius: 10px;
border: thin solid yellow;
text-align: center;
color: yellow;
}
p {
text-align: justify;
color: white;
font-size: 1.0em;
}
div.table {
display: table;
border-collapse: collapse;
}
div.tr {
display: table-row;
}
div.td {
display: table-cell;
padding: 2px;
}
   


