html{
height:100%;
}
body{
font-family:Arial, Helvetica, sans-serif;
background-color:#FFFFFF;
color:#000000;
margin:10px;
height:100%;
width:98%;
text-align:center;
}
h1{
font-size:150%;
}
#splashnavbar{
width:580px;/*THIS NEEDS TO BE WQITH OF INNER HTML PLUS ITS PADDING*/
margin-left:auto;
margin-right:auto;
}
#splashnavbar ul{
list-style-type:none;
margin:5px 0px 0px 5px; 
padding:0px;
}
#splashnavbar ul li{
margin-bottom:2px;
width:90px;
height:40px;
font-weight:bold;
}
#splashnavbar ul li a{
text-decoration:none;
border:2px solid #333;
display:block;
padding:5px;
color:#060000;
width:560px;
text-align:center;
background-color:#E2DEDE;
filter:alpha(opacity=70);
opacity:0.7;
-moz-opacity:0.7;
-khtml-opacity:0.7;
}
#splashnavbar ul li a:hover{
filter:alpha(opacity=90);
opacity:0.9;
-moz-opacity:0.9;
-khtml-opacity:0.9;
}
#splashnavbar1{
width:580px;/*THIS NEEDS TO BE WQITH OF INNER HTML PLUS ITS PADDING*/
margin-left:auto;
margin-right:auto;
}
#splashnavbar1 ul{
list-style-type:none;
margin:5px 0px 0px 5px; 
padding:0px;
}
#splashnavbar1 ul li{
margin-bottom:2px;
width:90px;
height:40px;
font-weight:bold;
}
#splashnavbar1 ul li a{
text-decoration:none;
border:2px solid #333;
display:block;
padding:5px;
color:#060000;
width:560px;
text-align:center;
background-color:#E2DEDE;
filter:alpha(opacity=70);
opacity:0.7;
-moz-opacity:0.7;
-khtml-opacity:0.7;
}
#splashnavbar1 ul li a:hover{
filter:alpha(opacity=90);
opacity:0.9;
-moz-opacity:0.9;
-khtml-opacity:0.9;
}

.blacktext{
color:black;
}
.greentext{
color:green;
}
.redtext{
color:red;
}
.bluetext{
color:blue;
}
.violettext{
color:violet;
}
.orangetext{
color:orange;
}
.browntext{
color:brown;
}
.size3{
font-size:140%;
}
.size4{
font-size:200%;
}

#navbar{
position:absolute;
z-index:3;
left:5px;/* SET POSITION OF NAVIGATION BAR TO RIGHT-HAND-SIDE OF PAGE */
top:310px;
width:90px;
}
#navbar1{
position:absolute;
z-index:3;
left:100px;/* SET POSITION OF NAVIGATION BAR TO RIGHT-HAND-SIDE OF PAGE */
top:310px;
width:90px;
}
#navbar2{
position:absolute;
z-index:3;
left:5px;/* SET POSITION OF NAVIGATION BAR TO RIGHT-HAND-SIDE OF PAGE */
top:410px;
width:90px;
}
#navbar3{
position:absolute;
z-index:3;
left:100px;/* SET POSITION OF NAVIGATION BAR TO RIGHT-HAND-SIDE OF PAGE */
top:410px;
width:90px;
}
#navbar4{
position:absolute;
z-index:3;
left:45px;/* SET POSITION OF NAVIGATION BAR TO RIGHT-HAND-SIDE OF PAGE */
top:530px;
width:90px;
}
#navbar5{
position:absolute;
z-index:3;
right:160px;/* SET POSITION OF NAVIGATION BAR TO RIGHT-HAND-SIDE OF PAGE */
top:310px;
width:90px;
}
#navbar6{
position:absolute;
z-index:3;
right:55px;/* SET POSITION OF NAVIGATION BAR TO RIGHT-HAND-SIDE OF PAGE */
top:300px;
width:90px;
}
#navbar7{
position:absolute;
z-index:3;
right:160px;/* SET POSITION OF NAVIGATION BAR TO RIGHT-HAND-SIDE OF PAGE */
top:410px;
width:90px;
}
#navbar8{
position:absolute;
z-index:3;
right:45px;/* SET POSITION OF NAVIGATION BAR TO RIGHT-HAND-SIDE OF PAGE */
top:415px;
width:90px;
}