 
body {margin: 0px; 
    /* background-image: url(./CoolTree.JPG); */
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    background-color: #000;
    background-position: center;
    background-repeat: repeat-y;
    background-attachment: fixed;
}

.year b {
    color:black;
    filter: blur(4px);
}

a:link    {color: #171278;
    text-decoration: none;}
a:visited {color: #583962;
    text-decoration: none;}
a:hover   {color: #0018f2;
    text-decoration: none;}
a:active  {color: #097516;
    text-decoration: none;}


.smalltext {font-size: 12px;}

.footer {padding-top: 17px; text-align: center; font-size: 11px;}

h1 {font-size: 17px;}
h2 {font-size: 14px; margin-bottom: 5px;}
h3 {font-size: 12px; margin-bottom: 5px;}
h4 {font-size: 19px; margin-bottom: 6px;}

h2.inset {font-size: 14px; margin-bottom: 5px; margin-left: 9px;}
h3.inset {font-size: 12px; margin-bottom: 5px; margin-left: 9px;}
div.inset {font-size: 12px; margin-left: 17px;}

hr {color: #948E76; height: 1px; margin: 15px 5px 0px 1px;}

ul {margin-top: 17px; margin-bottom: 17px; font-size: 12px;}
ul.byhead {margin-top: 2px; font-size: 12px;}
li {margin-bottom: 9px;}

pre {color: red; margin-left: 17px;}

dl {margin-left: 17px;}
dt {font-size: 12px; font-weight: bold;}
dd {font-size: 12px; font-weight: normal; margin-bottom: 9px; margin-left: 17px;}

ol {margin-top: 17px; margin-bottom: 17px;}
li.space {margin-bottom: 9px;}

blockquote {margin: 17px 29px 17px 29px; padding-top: 9px; padding-bottom: 9px; 
    border-top: 1px solid #948E76; border-bottom: 1px solid #948E76;}

.scene {
    border-radius:3em
}

.scene img {
    border-radius:0.5em 0.5em 0em 0em ;
    width:100%
}

.scene #coolTree {
    top:0px;
    width:100%
}

.scene #codySmith {
    top:69px;
    position: absolute;
    width:90%
}

#linksBlock {
    padding: 1em;
}


#borderG {
    border: 4.0px solid rgb(0, 0, 0);
    border-radius: 40px;
}
#borderF {
    border: 4.0px solid rgb(0, 0, 0);
    border-radius: 36px;
}
#borderE {
    border: 4.0px solid rgb(0, 0, 0);
    border-radius: 32px;
}

#borderD {
    border: 4.0px solid rgb(0, 0, 0);
    border-radius: 28px;
}

#borderC {
    border: 4.0px solid rgb(0, 0, 0);
    border-radius: 24px;
}

#borderB {
    border: 4.0px solid rgb(0, 12, 0);
    border-radius: 20px;
}

#borderA {
    border: 4.0px solid rgb(0, 12, 0);
    border-radius: 16px;
}

.innerHolding {
    border: 1.0px solid rgb(0, 20, 0);
    border-radius: 12px;
    background: white;
}

.bgSlider {
    width:90%
}
 
