/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 3, 2017, 11:39:31 AM
    Author     : sonjanagy
*/

body {
    background-color: #e1f5fa;
}
#heading{
    background-color: white;
    opacity: .85;
    padding: 10px 10px 10px 10px;
}

h2 {
    color: darkgreen;
    text-align: center;
    padding:10px 10px 10px 10px;
}

nav {
    font-family: sans-serif;
    align-items: center;
    
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333333;
    opacity:.8;
    
}
ol li{
    line-height:2.0;  
}
li {
    float:left; 
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    width: auto;
}

li a:hover {
    background-color: #111111;
}
table a{
    display:block;
    font-weight: bold;
    color:#004d00;
    text-align: center;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    width: auto;
}
td a:hover{
    background-color: #ffffe6;
    border:#004d00 solid;
}
#footer{
    text-align: center;
    padding:10px 10px 10px 10px;
}
#footer2{
    text-align: center;
    padding:10px 10px 10px 10px;
}
p{
    padding:20px 100px 20px 100px;
    line-height:2.0; 
}
#style1{
    background-color: white;
    opacity: .85;
    padding: 10px 10px 10px 10px;
    border: solid #333333 thin;
    color: #333333;
    width: 250px;    
}
td{
    padding: 0px 20px 0px 20px;
    opacity: .85;
}
table{
    background-color: white;
    opacity: .85;
    margin-bottom: 50px;
    margin: 50px;
    width: 85%;
    border:darkgreen solid thin;  
}
.arcinfo{
    padding:20px;
    line-height: 2.0;
    margin:5px;
}
ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 3%;
    margin-right: 3%;
    padding-left: 3%;
    padding-right: 3%;
    line-height: 2.0;
    width:94%;
}