﻿


p {
    color: #000000;
}

a {
    color: blue;
    text-decoration: none;
}

body {
    font-family: arial, verdana, helvetica, sans-serif, times new roman;
    font-size: 24px;
    font-weight: normal;
    text-decoration: none;	
}

#header { border:1px solid #000; width:100%; height:autopx; 
    margin-right:0; 
    margin-left:0;
    background-color:black;
}

h1 {
    font-size: 2.5em;
    font-weight: bold;
    background-color: background:rgba(35,196,164,0.7);
    margin: 5px;
    padding: 5px;
}

h2 {
    font-size: 1.8em;
    font-weight: bold;
    background-color: background:rgba(196,185,196,0.3);
    margin: 5px;
    padding: 5px;
}

h3 {
    font-size: 1.4em;
    font-weight: bold;
    background-color: background:rgba(196,185,196,0.3);
    margin: 5px;
    padding: 5px;
}

h4 {
      font-size:1.2em;
      font-weight:bold;
      margin:5px;
      padding:5px;
}

strong {
    font-style: italic;
    text-transform: none;
}


table {
      font-family: arial, verdana, helvetica, sans-serif, times new roman;
      font-size: 24px;
       width:95%;
       height:auto;

}

#container { background-color:red; margin-top:10px; margin-right:0; margin-bottom:auto; margin-left:350px; padding-top:0; padding-right:0; padding-bottom:0; padding-left:0px; border-width:1px; border-color:black; float:right; border-style:solid;width:70%; height:auto; position:absolute; z-index:1; 
} 

#sidebar { background-color:rgb(216,227,333); margin-right:10; margin-left:10px; margin-top:10px; float:left; margin-botom:auto; width:20%; position:absolute; z-index:1	
}

#footer { font-family: arial, verdana, helvetica, sans-serif, times new roman;
      font-size: 12px;
       width:95%;
       height:auto;
       border:1px solid #000;
       margin-top:10px 0 0 0;
       background-color:#bbb;
}

