
/* Layout Stylesheet */ 


body{
 margin: 0px;
 padding:0;
 background: #808080;
 color: #333333;
 font-family: "Courier New", Courier, monospace;
 }
 
 #lang1 {
height: 50px;
left: 50px;
position: absolute;
top: 25px;
width: 50px;
z-index: 1
}

#lang2 {
height: 50px;
left: 125px;
position: absolute;
top: 25px;
width: 50px;
z-index: 2
}
		 
#lh-col{
 position: absolute;
 top: 55px;
 left: 10px;
 width: 180px;
 border: 2px solid #000000;
 background: #9c9c9c;
 
 margin: 0px;
 padding: 4px;
 height: 100%;
 color: #DABFFF;
 }

#rh-col{
	margin: 10px 20px 20px 210px;
	border: 2px solid #000000;
	background: #9c9c9c;
	color: #222222;
	padding: 10px;
}
h3 {
	color: White;
}
#notabene {
	color: White;
}
a:link {

	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #3333FF;
}
a:visited {

	font-size: 12px;
	color: #1111FF;
	text-decoration: none;
}

a:hover {

	font-size: 12px;
	text-decoration: underline;
	color: #FFFFFF;
	background-color: transparent;
}

a:active {

	font-size: 13px;
	color: #FF3333;
	text-decoration: underline;
}
hr {color: white}
p.quest {color: yellow;}
p.answ {color: #FFffff;font-size: 12px;}
/*p:first-letter {
 font-size: 19px; 
 font-weight: bold;
 /*color:blue;*/
 }*/