#bg {position: absolute; top:250px; left:2%;}
#content {position: absolute; top: 0px; left: 22%;}
#navigation {position: absolute; top: 10px; left: 1%; width: 21%; z-index: 3;
                    background-color:#0000FF;
                    border-right: 3px solid black; 
                    border-bottom: 3px solid black;}
#special {position: absolute; top: 50%; right: 1%; width: 47%; z-index: 3;
                    background-color:green;
                    border-right: 3px solid black;
                    border-left: 3px solid black;
                    border-top: 3px solid black; 
                    border-bottom: 3px solid black;}

a:link{color:blue;}
a:visited{color:#000000;}
a:hover{color:red; font-weight:bold;}
a:active{color:blue;}
a:focus{color:blue;}

body{background-image:url(newlogo.gif);
          background-repeat:no-repeat;
          background-position: 95% 100%;
          background-attachment:fixed;}

h1{font-family: "Comic Sans MS";}
h2{font-family: "Times New Roman"; font-size: large;}
h3{font-family: "Comic Sans MS"; color:purple; font-size: xx-large;}
h4{font-family: "Comic Sans MS"; color:purple; font-size: large;}
h5{font-family: "Comic Sans MS"; color:blue; font-size: xx-large;}
h6{font-family: "Comic Sans MS"; color:blue; font-size: large;}

p{text-indent:1.5em;}

u{font-family:"System";}