﻿body, table, th, td, a {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 18px;
}
body {
   background: #dadada;
   color: #000000;
   text-align: center;
}
a:link, a:visited {
   color: green;
   text-decoration: none;
}
a:active, a:hover {
    color: white;
    background-color: green;
    text-decoration: none;
    text-align: center;
}
img {
   border: none;
}
table {
   background: #ffffff;
   border: none;
   border-collapse: collapse;
   margin-left: auto;
   margin-right: auto;
}
td {   
   text-align: center;
}
table.container {
   background: transparent;
}
table.outertable {
   border: 1px solid #b1b13c;
}
th.header {
    background: url("../../2018-06-01-CerimoniaGuidoMonti/nav/header.png");
    color: #64643c;
    font-size: 22px;
    font-weight: bold;
    height: 45px;
    padding: 0 10px 0 10px;
    vertical-align: middle;
    text-align: center;
}
td.secheader {
   background: #F1F0E7;
   border-bottom: 1px solid #CBCBA9;
   color: #64643C;
   font-size: 16px;
   font-weight: bold;
   padding: 5px 10px 5px 10px;
   text-align: left;
}
td.content {
   padding: 10px;
   vertical-align: middle;
   font-size: 12px;
}
td.thumbs {
   color: #000000;
   font-size: 10px;
   width: 10em;
   vertical-align: baseline;
   padding: 10px 5px 5px 5px;
}
td.navi {
   background: #F1F0E7;
   border-bottom: 1px solid #CBCBA9;
   color: #B1B13C;
   font-size: 12px;
   padding: 5px;
}
td.desc {
   background: #F1F0E7;
   border-top: 1px solid #CBCBA9;
   color: #000000;
   font-size: 12px;
   padding: 5px;
   text-align: center;
}
td.footer {
   background: #dadada;
   color: #808080;
   font-size: 10px;
   padding: 10px;
}
