        .read
        {
         color:red;
        }
        .normal
        {
         color:white;
        }

        body,td {
        	color:silver;
	        font-family:futura extra bold, sans-serif;
                font-size : 11px;
                        margin: 3;
        }

         h1 {
         color:white;
         font-size : 26px;
         line-height : 20x;
         }
         h2 {
         color:gray;
         font-size : 11px;
         line-height : 12px;
                margin-bottom : 5px;
                margin-top : 10px;
         }

         A  {
         color : silver;
         text-decoration: none;
         font-weight : bold;
         }
         A:hover  {
           background-color : gray;
           color : white;
           text-decoration: none;
           font-weight : bold;
         }

		#container {
			width: 860px;
			\width: 880px;
			w\idth: 860px;
			height: 500px;
			margin: 0px;
			margin-left: auto;
			margin-right: auto;
			padding: 10px;
		}

		#banner {
			padding: 5px;
			line-height: 0px;
			margin-bottom: 0px;
			text-align: left;
			margin-left: 270px;
			background-color: black;
		}

		#content {
			padding: 0px;
			height: 344px;
			margin 0px;
			margin-top: 0px;
			margin-left: 270px;
			margin-right: 270px;
			background-color: black;
		}

		#sidebar-a {
			float: left;
			width: 260px;
			\width: 270px;
			w\idth: 260px;
			margin: 0;
			margin-right: 5px;
			padding: 5px;
			background-color: black;
		}

		#sidebar-b {
			float: right;
			width: 260px;
			\width: 270px;
			w\idth: 260px;
			margin: 0;
			margin-left: 5px;
			padding: 5px;
			background-color: black;
		}

		#footer {
			padding: 5px;
			margin-bottom: 0px;
			text-align: left;
			margin-left: 273 px;
			background-color: black;
		}
