@media print{body{background-image:none.gif; background: #fff; color: #000}}


body{
	background : #aba;
	color: #000000;
	width : 55%;
	margin : auto auto auto auto;
	background-image : url(/opera/pictures/Opera1_t.png);
	background-repeat : no-repeat;
	background-position: 5px 5px;
	font-size: 115%;
}

p{
	color : #000000
}
h1{
	font-family : sans-serif;
	font-weight : lighter;
	font-stretch : wider;
	color : #33aa33;
}
h2{
	font-family : sans-serif;
	font-weight : lighter;
	font-stretch : wider;
	color : Blue;
	text-align: center
}

table{
	background: #0a0;
}
th, td{
	background: #bcb;
}

.om{
	text-align : right;
	font-size : smaller;
	font-style : italic;
}
.sep1{
	text-align : center;
	letter-spacing : 15px;
	font-weight : bolder;
	color : Blue;
	margin-top: 35px
	margin-bottom: 35px
}
.sep2{
	color : Red;
	font-weight : bolder;
	padding-left : 10px;
	content : open-quote;
	text-align: center;
}

.q:before{content: "? "; font-size: 180%;
	font-weight: 900;
	color: red}
.q:first-letter{
	font-size: 180%;
	font-weight: 900;
	color: red}
.q{	background: #aba;
	text-align: justify;
	border-right: 1px solid #080;
	border-left: 1px solid #080;
	border-top: 1px solid #080;
	margin-bottom: 0px;
	padding: 5px;
	}

.ans{	background: #bcb;
	text-align: justify;
	border-right: 1px solid #080;
	border-left: 1px solid #080;
	border-bottom: 1px solid #080;
	margin-bottom: 30px;
	padding: 5px;
	}

.ans:before{content: "! ";	font-size: 180%;
	font-weight: 900;
	color: #090}
.ans:first-letter{
	font-size: 180%;
	font-weight: 900;
	color: #090}
.tip{
	background: #bcb;
	border: medium ridge Green;
	margin-top : 25px;
	margin-bottom : 25px;
	font-size: 95%;
	padding: 10px;
	color: #040;
	text-align: justify;
}
.ver{color: #359; background: #FFF;margin-right:10px; border: thin solid #359}

a{
	color: #0000ff
}
a.link{color: #0000aa}

a.atip{
color: Green
}

/*a[name]{color: #000000}*/
H2 a[name]{color: black}
.minilink{
	font-size:70%;
	text-align: right
}

h3.list{
	counter-increment: h3list;
}
h3.list:before{
	content: counter(h3list)". " ;
}

/* Keyboard style copied from Opera Help CSS */
kbd {
	color: #333333;
	background-color: #EFEFEF;
	font-family: "Verdana";
	font-weight: normal;
	font-size: 80%;
	text-align: center;
	border-top: 2px double #CFCFCF;
	border-left: 3px solid #BABABA;
	border-right: 4px solid #AAAAAA;
	border-bottom: 6px solid #909090;
	padding-left: 0.2em;
	padding-top: 0em;
	padding-right: 0.2em;
	padding-bottom: 0em;
	line-height: 1.6em;
	vertical-align: top;
}

.menu-path{
	background: #bcb;
}