<!--
html
{
    width: 100%;
    height: 100%;
}
body{
color:#B20000; font-weight: bold;
background-color:white;
}
a:link{
color:#B20000;
}
a:visited{
color:#B20000;
}
a:active{
color:#B20000;
}
a:hover{
color:#B20000;
}
div#icon_links {
    position: absolute; top: 175px; left: 10px; width:240px; height: 525px;
    background-color:#FFCCCC; padding: 5px 5px 5px;
    border:1px solid #B20000;
    border-radius: 1em;
}
div#nav {
    position:absolute; top: 720px; left: 10px; width:250px;"
}

h2 {
    border:1px solid #B20000;
    border-radius: 1em;
    margin: 0px 0px ; 
    padding: 0px 0 5px; 
    text-align: center; 
    background: #FFCCCC; 
    color: #B20000; 
    letter-spacing: 0.1em; 
    font: bold 25px sans-serif; 
    height: 28px; 
    vertical-align: middle; 
    white-space: nowrap; 
}
.media_frame {
   position: absolute; top: 130px; left: 300; border: solid black;
   max-width: 800px;
}

x { visibility: hidden;}
-->
