
body {
margin:0;  
padding:0;
text-align: center;
font-family: verdana; sans-serif;
color: #132937;    
line-height: 1.2;
font-size: 26pt;
background-color: whitesmoke;    
    
}

a:link {font-weight:bold;color:#000000;text-decoration:none}
a:visited {font-weight:bold;color:#000000;text-decoration:none}
a:hover {font-weight:bold;color:#3a8147;background-color:#ddd}

header, section, footer, aside, nav, article, figure, figcaption {
display: block;
}

ul {
    list-style: none;
}



header {
    background-color: #FFFFFF;
    position: fixed;
    padding-top: 0px;
    padding-bottom: 30px;
    top: 0px;
    left: 0px;
    margin: 0px;
    width: 100%;
    height: 80px;
}

header ul {
    margin-top: 0px;
}

header a {
    float: left;
    font-size: 20pt;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown {
    float: right;
    font-size: 36px;
}

.dropdown .dropbtn {    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
}

.dropdown-content {
    right: 0;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 80px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.menuline {
    width: 45px;
    height: 10px;
    background-color: black;
    margin: 6px 0;    
}

.clearHeader{
margin-top: 140px;
}

h1 {
font-family: verdana;
color:#000000;
font-size: 40px;
letter-spacing: 0px;
margin-right: 100px;
margin-left: 100px;
padding-top: 20px;  
margin-bottom: 20px;    
}

h2 {
font-family: verdana;
color: white;    
font-size: 30px;
letter-spacing: 0px;
margin-bottom: 10px;
margin-right: 60px;
margin-left: 60px; 
margin-top: 0px; 
}

h3 {
font-family: verdana;
color:#000000;
font-size: 50px;
letter-spacing: 0px;
margin-right: 100px;
margin-left: 100px;
padding-top: 20px;  
margin-bottom: 20px;    
}

img.tiny{
clear:left;
float: right;
width: 80px;
}

img.small{
clear:left;
float: center;
width: 200px;
}

img.medium{
clear:left;
float: center;
width: 400px;
}

img.largemed{
clear:left;
float: center;
width: 500px;
}

img.medlarge{
clear:left;
float: center;
width: 700px;
}

img.large{
clear:left;
float: center;
width: 900px;
}

img.exlarge{
clear:left;
float: center;
width: 1000px;
}

#contable{
text-align: left;
margin-left: auto; 
margin-right: auto;
}

.greenbar{
background-color: #3a8147;
overflow: hidden;
}

.greenbar a:hover{
  background-color: #ddd;
}

.intro {
font-family: monospace;
color:#960014;
font-size: 36px;
margin-right: 100px;
margin-left: 100px;
}


.codebar{
background-color: #C0C0C0;
font-size: 20px;
text-align: left;
font-family: courier; san-serif;
}

.testimonials{
font-size: 24px;
text-align: justify;
font-family: arial; san-serif;
}

.blogstyle{
font-size: 24px;
text-align: justify;
font-family: arial; san-serif;    
}

p {margin-right: 10%;
margin-left: 10%;
}

footer {
padding-top: 10px;
padding-bottom: 20px;
background: #FFFFFF;
clear:left;
box-shadow: 0px 500px 0px 500px
}

footer li {
display: inline-block;
list-style: none;
padding: 15px 0px 75px 0px;
font-size: 36px;
}

footer a {
	display: block;
    padding: 2px 5px 2px 5px;
    float: center;
    margin: 0 50px 0 0;
}




