﻿


header {
    height:auto;
}

footer {
    background-color:#000000;
    width:90%;
    margin:auto;
    padding:3px;
}


.video, div, .video p {
    width:90%;
    margin-left:auto;
    margin-right:auto;
    align-content:center;
    text-align:center;
    
}

.video {
    margin-bottom: 20px;
}

h1 
    {
    font-family:carbontype;
    font-size:3em;
    
}


.mod01font {
    color:#7c4343;
}

.mod02font {
    color:#93521a;
}

.mod03font {
    color:#9c793b;
}

.mod04font {
    color:#485746;
}

.mod05font {
    color:#3a4b83;
}

.mod06font {
    color:#684d83;
}

section {
    width:90%;
    margin-left:auto;
    margin-right:auto;
    background-color:#ffffff;
    border: 2px solid #808080;
    border-radius:10px;
    font-family: Verdana,sans-serif;
    color:#000000;
    margin-bottom:20px;
}

section a {
    color:#9d6917;
}

section a:hover {
    color:#9d71a4;
}

h2 {
    color:#000000;
    font-family:silkscreenbold;
           
           font-size:2em;
}

dt {
    font-size: 1.2em;
     font-weight: bolder;
}

dl.code dt {
    font-family: 'Courier New',monospace;
    color:#3049c1;
    
}

dl.csscode dt {
    font-family: 'Courier New',monospace;
    color:#a52bb7;
}

dl.noncode dt {
    color:#364f64;
    font-family:Verdana,sans-serif;
}

dl.ftpcode dt {
    font-family: 'Courier New',monospace;
    color:#359215;
}

dd {
    margin-bottom:10px;
}

.content {
    color:#714118;
}

.attribute {
    color:#2f9a2b;
}

.indent {
    margin-left:50px;
}

ul li.indent {
    list-style-type: circle;
}

li.right {
    list-style-type: none;
    text-align:right;
}

.note {
    font-weight:bolder;
    color:#763030;
}


