a:link {color: #000000; text-decoration: underline; }
a:active {color: darkgray; text-decoration: underline; }
a:visited {color: #555555; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }

body {
    margin:9px 9px 0 9px;
    padding:0;
    background:#FFF;
}

h1 {
    font-family: Arial;
    color: white; 
    text-align: center;
    font-size: large;
   }


h2 
{
  font-family: Arial;
  color: rgb(0, 0, 255);
  text-align: center;
}

h3
{
  font-family: Arial;
  color: rgb(0,0,0);
  text-align: center;
}

img.centered
	{
        margin-left: auto;
        margin-right: auto;
        display: block;
	}

#page
        {
        background-color: white;
        }

#titlebar
	{
	background-color: lightblue;
	padding: 1em;
	}

#navbarleft
	{
	background-color: lightblue;
        width: 20%;
        float: left;
        padding: 1em;
        height: 200%;

	}

#navbarright
	{
	background-color: lightblue;
        width: 20%;
        float: right;
        padding: 1em;
        height: 200%;
	}

#bodytext 
	{
	background-color: white;
        margin-left: 23%;
        margin-right: 23%;
        padding: 1em;

	}

       
#rightaligned
        {
	text-align: right;
	}





  .centeredBodyText
  {
    position:absolute;
    left:240;
    right:240;
    padding:10px;
    text-align:center;
  }

</script>