    body{
	  margin: 0;
	  padding: 0;
	  border: 0;
	  overflow: hidden;
	  height: 100%;
	  max-height: 100%;
	 }

    table {
      font-size:13px; color:white
     }

    #framecontent{
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 450px; /*Width of frame div*/
      height: 100%;
      overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
      /* background: black;  Background color - menu bar */
      color: white;   /* Text color - menu bar */
	  background-image:url('./images/nightsky.jpg');   /* Background Image - menu */
	  background-repeat: repeat-y;
     }

    #maincontent{
      position: fixed;
      top: 0;
      left: 0;
      right: 450px; /*Set right value to WidthOfFrameDiv*/
      bottom: 0;
      overflow: auto;
      /* background: #fff;   Background color - main window */
      background-image:url('./images/nightsky.jpg');   /* Background Image - main window */
	  background-repeat: repeat-y;
      background-size: 100%;
      background-repeat: no-repeat;
     }

.innertube{
      margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
     }

* html body{ /*IE6 hack*/
      padding: 0 200px 0 0; /*Set value to (0 WidthOfFrameDiv 0 0)*/
     }

* html #maincontent{ /*IE6 hack*/
      height: 100%;
      width: 100%; 
     }


    .dateline {font-size:32px; color:white}

    .text {font-size:15px; color:white; font-family:verdana }

    .chapter {font-size:29px; color:red; font-family:verdana}

    .menu_item, .menu_date, .updated, .alt_dateline, .alt_text, .pink_text, .welcome_text {
       font-family:verdana
      }

    .menu_item {font-size:22px; font-family:verdana; color:white}

	.menu_date {font-size:22px; color:red}

	.alt_menu_date {font-size:22px; color:white}
	
    .updated {font-size:24px; color:red}

    .dateline {font-size:36px; color:white}

    .welcome_text {font-size:40px; color:white}

    .alt_dateline {font-size:34px; color:white}

    .greeting {font-size:30px; margin:0; padding:0; color:red}

    .greeting_Alt {font-size:22px; margin:0; padding:0; color:white}

    .chapter {font-size:29px; color:red; font-family:verdana}

    .short_chapter {font-size:29px; margin:0; padding:0; color:red}

    .text {font-size:15px; color:white; font-family:verdana }

    .red_text {font-size:17px; color:red }

    .text_short {font-size:15px; margin:0; padding:0; color:white }

    .sub_text {font-size:14px; color:white }

    .sub_short {font-size:14px; margin:0; padding:0; color:white }

    .alt_text {font-size:15px; color:red }

    .alt_short {font-size:17px; margin:0; padding:0; color:red }

	.pink_text {font-size:15px; color:#FF00BF }
	
	.odd_text  {font-size:15px; color:#FE2EC8 }

	.odd_text2  {font-size:15px; color:#FE2EC8 }

	.newsHeadline { color: red; font-size: 17; font-weight: bold; line-height: 0; }

	.newsText { color: red; font-size: 16; font-weight: bold; }
	
	 .row { vertical-align: top; height:auto !important; }
	 .list {display:none; }
	 .show {display: none; }
	 .hide:target + .show {display: inline; }
	 .hide:target {display: none; }
	 .hide:target ~ .list {display:inline; }
	 @media print { .hide, .show { display: none; } }

    #p1{
	    height:0px;
	  }

	a:link { color: rgb(255, 0, 0) }
	a:visited { color: rgb(255, 0, 0) }
	a:hover { color: rgb(255, 0, 0) }
	a:active { color: rgb(255, 0, 0) }
