body
{
background-image: url("bakpaper.jpg");
background-repeat: repeat;
background-attachment: fixed;
margin: 20px;
color: #ffffff;
font-size: 20px;
scrollbar-arrow-color: #ffff80;
scrollbar-base-color: #777777;
scrollbar-dark-shadow-color: cornflowerblue;
scrollbar-track-color: #aa6464;
scrollbar-face-color: #000000;
scrollbar-shadow-color: #994444;
scrollbar-highlight-color: #ffffff;
scrollbar-3d-light-color: #ffffaa;
}
td
{
font-family:Arial; color:black; font-size:15pt; font-weight: bold;
}
h1
{
font-size: 30;
color: black;
align: center;
}
h2
{
background-image: url("square.jpg");
background-repeat: repeat;
#background-attachment: fixed;
background-position: center;
width: 70%;
text-align: left;
font-size: 20;
color: #000000;
padding-top: 50px;
padding-right: 70px;
padding-bottom: 50px;
padding-left: 70px;
font-family: Arial, Helvetica, sans-serif;
border-left: 1px red;
border-right: 1px red;
border-top: 1px red;
border-bottom: 1px red;
}
h3
{
background-image: url("square.jpg");
background-repeat: no-repeat;
background-attachment: fixed;   
background-position: center;
text-align:left;
width: 48%;
padding-left: 20px;
padding-right: 20px;
font-size: 15px;
color: #000010;
font: arial;
border-left: 1px, red;
border-right: 1px, red;
border-top: 1px, red;
border-bottom: 1px, red;
}

 

#shadow-container
 {
width: 100%;
position: relative;
left: 3px;
top: 3px;
margin-right: 3px;
margin-bottom: 3px;
}

#shadow-container .shadow2, #shadow-container .shadow3, #shadow-container .container
{
position: relative;
left: -3px;
top: -3px;
}
#shadow-container .shadow1
{
background: darkgray;
}
#shadow-container .shadow2
 {
background: #DBDADB;
}
#shadow-container .shadow3
{
background: #B8B6B8;
}
#shadow-container .container
{
background-image: url("transblu.gif");
background-repeat: repeat;
background-attachment: fixed;
color: #000030;
border: 1px solid #848284;
padding: 10px;
}


#shadow-container2
 {
width: 100%;
position: relative;
left: 3px;
top: 3px;
margin-right: 3px;
margin-bottom: 3px;
}

#shadow-container2 .shadow2, #shadow-container2 .shadow3, #shadow-container2 .container2
{
position: relative;
left: -3px;
top: -3px;
}
#shadow-container2 .shadow1
{
background: darkgray;
}
#shadow-container2 .shadow2
 {
background: #fd8e2;
}
#shadow-container2 .shadow3
{
background: #a6f2c6;
}
#shadow-container2 .container2
{
background: #fdf8e2;
color: #000030;
border: 1px solid #000030;
padding: 20px;
}


h3
{
width: 70%;
background: #fe9;
box-shadow: 4,4 #ffff80;
padding-right: 0px;
padding-left: 0px;
font-size: 15;
font-face: arial;
color: black;
border-left: thick outset #666;
border-right: thick outset #666;
border-top: thick outset #666;
border-bottom: thick outset #666;
}
h6
{
background: #OOOO44; width: 300px; color: white; border-left: 0px inset; border-right: 0px inset; border-top: 0px
inset; border-bottom: 0px inset;
}
h7
{
background: cornflowerblue;
border-left: 2px inset;
border-right: 2px inset;
border-top: 2px inset;
border-bottom: 2px inset;
}


a:link {color: #000000;}
a:visited {color: #000030; text-decoration: none;}
a:hover {color: #ffff00;}
a:active {background: #777777; color: #ffffcc;}
