	/* zine.css			04.05.002 070208 style for ZINE_MAIN.html */
body {
		background: Black; color: White; margin: 0px;
		font-family: Arial; font-size: 10px;
    }
p {
  margin-top: 5px;
  margin-bottom: 5px;
  }
  
.question {
  font-style: italic;
  font-weight: bold;
  }
.zine-page {
  margin: 10px;
  text-align: center;
  /* border: 1px solid white;*/
  }
.zine-page table {
  text-align: center;
  border-bottom: 1px solid white;
  width: 100%;
  }  
.zine-page img {
  width: 50px;
  }
        
#zine {
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 0px;
  width: 90%;
  color: white;
  }

#zine h1 {
		color: red; font-size: 120%
    }
#zine .prefix {}

#zine .title {
	font-size: 150%;
	font-weight: bold;
  color: red;
  margin-top: 10px;
}

#zine .news-motto, .news-text {
  font-size: 80%;
  }

#zine .question {
  font-weight: bold;
  font-style: italic;
  margin-top: 10px;
  }
  
#zine .answer {
  margin-top: 5px;
  }
  /* old styles - no use !!! */
	
h1 {
		color: red; font-size: 120%
	}

	h3 {
		color: red; text-align: center;
	}

	a:link, a:focus, a:active, a:hover, a:visited{
		color: white;
	}

	table.zine {
		border : solid white;
		border-width : 0 0 2px 0;
		font-size : 100%;
		width : 90%;
		vertical-align : top;
    color : white;
    
	}
	table.zine th {
		text-align: center;
	}
	
	table.zine tr.preview {
		text-align: center;
   
	}

	.head_txt {
		font-size: 100%;
		font-weight: bold;
	}
	.body_txt {
		display: none;
	}
	.hide_sw, .show_sw {
		color: black;
		background:rgb(192,192,192);
		text-decoration: underline;
    font-weight: bold;
		cursor: pointer;
	}
	.hide_sw {
		display: none;
	}
	#bodytexttable {
		text-align: left;
	}

