@charset "utf-8";
/* CSS Document */

.qatext{
	padding: 0 0.25%;
	border-bottom: dotted #a0ceef 3px;
}

.qtext{
	color: #dc143c;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 0px ;
}
.atext{
	display: block;
	padding: 0px 0px 0 10px;
	color: #000080;
}
h2{
	border-left: 15px #7b68ee solid;
	border-bottom: 2px #7b68ee solid;}
.page1{
	width:160px;
	color: #1e90ff;
	text-shadow: 
	-1px -1px 0px #a0ceef, 
	1px -1px 0px #a0ceef, 
	1px 1px 0px #a0ceef, 
	-1px 1px 0px #a0ceef,
	1px 2px 3px rgba(0, 0, 0, 0.6);
}
@media (min-width:800px){

.atext{
	padding: 0 0 0 15px;
	color: #191970;
}
.qatext{
	padding: 0 0.25%;
	border-bottom: dotted #a0ceef 3px;
} 
.qtext{
	color: #dc143c;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 0px ;
}
h2{
	border-left: 15px #7b68ee solid;
	border-bottom: 2px #7b68ee solid;}
.page1{
	width:180px	;
}
}