h1
{
font-size:200%;
text-align: center;
}

h2
{
text-align: center;
font-size:100%;
font-family:Arial, sans-serif;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
margin-left:0px;
}

div.logo-header
{
padding:10px;
background-color:WhiteSmoke;
color:black;
border:1px solid gray;
margin:0px;
position:absolute;
top:0px;
left:0px;
right:0px;
}

div.text
{
width:900px;
padding:0px;
font-size:18px;
line-height:20px;
margin-left: auto;
margin-right: auto;
}

div.note
{
float:right;
width:390px;
padding:0px;
font-size:14px;
font-family:Arial, sans-serif;
line-height:20px;
text-align:left
}

div.back-button
{
float:right;
border-style:double;
border-width:3px;
font-size:100%;
margin:10px;
padding:10px;
text-align:center;
}

div.nav_bar
{
font-family:Verdana,sans-serif;
font-size:14px;
text-align:center;
padding:10px;
background-color:WhiteSmoke;
color: black;
border:1px solid gray;
margin:0px;
position:fixed;
bottom:0px;
left:0px;
right:0px;
_position:absolute;
bottom:0px;
left:0px;
right:0px;
}

div.img_text {
    margin: 2px;
    height: auto;
    width: auto;
    float: right;
    text-align: center;
}

div.fb-share-button {
    margin: 6px;
}


div.desc {
    text-align: center;
    width: 134px;
    font-family:Verdana,sans-serif;
    font-size:70%;
}

div.desc_220 {
    text-align: center;
    width: 220px;
    font-family:Verdana,sans-serif;
    font-size:70%;
}

div.desc_268 {
    text-align: center;
    width: 268px;
    font-family: Verdana,sans-serif;
   	font-size: 70%;
}

table.right_margin_20_px {
    margin-right: 20px;
}

.right {
    float: right;
    border-style: double
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: center;
    font:16px arial, sans-serif;
}

.left {
    float: left;
    border-style: double
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    text-align: center;
    font: 15px arial, sans-serif;
}

.center {
    float: center;
    border-style: double
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font: 15px arial, sans-serif;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

