body {
	color: #000000;
	font-family: verdana;
	padding: 0px;
	margin: 0px;
	}

A:link {
	color: #FF0000;
	text-decoration: none;
	}

A:visited {
	color: #FF0000;
	text-decoration: none;
	}

A:hover {
	color: #FF0000;
	text-decoration: none;
	}

.logo {
	position: absolute;
	left: 25px;
	top: 25px;
	width: 0px;
	height: 0px;
	z-index: 4;
      }

.navbar {
	position: absolute;
	text-align: center;
	left: 25px;
	top: 160px;
	width: 100px;
	height: 10px;
	z-index: 3;
	}

.topbar	{
	position: absolute;
	left: 130px;
	top: 0px;
	z-index: 1;
	}

.navbg	{
	position: absolute;
	left: 0px;
	top: 100px;
	z-index: 2;
	}

.text {
       font-family: verdana;
       margin: 40px 0px 0px 200px;
      }	

.topbartext {
             font-family: verdana;
	     font-size: 23px;
	     color: blue;
	     margin: 5px 0px 0px 230px;
            }

.navbartext {
       color: red;
       font-family: verdana;
       font-size: 16px;
       }

.noticetext {
       font-family: verdana;
       font-size: 6px;
       margin: 330px 0px 0px 10px;
	}

