﻿body {
	margin-top: 10px;
    margin-bottom: 0px;
    margin-right: 10px;
    margin-left: 10px;
 	background-color: white;
 	vertical-align:middle;
}
body.main{
 	background-color: white; /*white;*/

}

.outer{
  text-align: center;
  background-color: white;

}
.inner{
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  background-color: white;
}

p.q1{
	display:inline;
	color: black;
	text-align: center;
	font-size: 3.5em;
	font-weight: bold;
	line-height:1.6;
}
p.q2{
	color: black; /*white;*/
	font-size:3.5em;
	font-weight: bold;
	line-height:1.6;
}

span.qh{	/*question header*/
	font-size: 3.5em;
	padding: 0em 0.2em;
	color: yellow;	/*white;*/
	background: green;
	border-bottom:solid 2px red;
	text-align: center;
	display:block;

}
span.qh2{	/*question header for email*/
	font-size: 3.5em;
	padding: 0em 0.2em;
	color: black; /*yellow;*//*white;*/
	background: white;/*green;*/
	border-bottom:solid 2px red;
	/*font-weight: bold;*/
	text-align: left;
	display:block;

}

span.Show{
	padding: 0em 0.2em;
	color: black; /*black;*/
	text-decoration:line-through;
	#color: #ff0000;
	font-weight: bold;
	background: white;
}

span.Hide{
	padding: 0em 0.2em;
	color: yellow;
	background: blue; /*white;*/
	#text-decoration:line-through;
	#border-bottom:solid 4px white;
}

span._Show{
	padding: 0em 0.2em;
	color: black; /*black;*/

	/*text-decoration:line-through;*/
	/*color: #ff0000;*/
	font-weight: bold;
	background: white;
}

span._Hide{
	padding: 0em 0.2em;
        color: white;
	background: white; /*white;*/
	/*color: black;
	background: black;*/ /*white;*/
	#text-decoration:line-through;
	#border-bottom:solid 4px white;
}

h1.index{
 	font-size: 2.8em;

}
h2.index{
 	font-size: 2.8em;

}

