* { 
  margin: 0; 
  padding: 0;
}
body{
	font-family: 'Lucida Grande',Arial,sans-serif;
    font-size: 12px;
    line-height: 18px;
	color: #330033;
	margin-left: 35px;
	margin-top: 25px;
	margin-right: 35px;
	margin-bottom: 25px;
	background-color:#EEEEEE;
}
p,
ul,
ol { 
    margin-bottom: 18px; 
  }
ul {
    list-style-type: circle;
    margin-left: 2em;
  }
ul :last-child { 
  margin-bottom: 0; 
}
titol{
	margin: 9px 18px 18px 18px;
	border-color:#EFEFEF;
}
legend{
	color: #666666;
	font-weight: bold;
	font-size: 24px; 
	line-height: 36px;
	padding-left:9px;
	padding-right:9px;
	border-bottom: 1px solid #EFEFEF ;
	
}
h3{
	font-weight:100;
	font-size: 18px; 
	line-height: 18px; 
	margin-bottom: 18px;
	margin-top: 0px;
	/*border-bottom: 1px solid #000;*/
	color: #666666;
	background-color: #CCCCCC;
	padding: 4px 4px 9px 4px;
}
code{
	font-weight: 800;
	font-family: Courier New, Courier, mono;
}
.result{
	padding:10px;
	margin: 16px;
	line-height: 150%;
	margin-top: 30px;
}
#sijs{
	background-color: #E0FFB0;
	border: 1px solid #94da3a;
	color:#003300;
	
}
#nojs{
	background-color: #F2B3B6;
	border: 1px solid #FD2525;
	color:#000;
}
.big{
 font-style: oblique;
 font-weight: bold;
 font-size: 18px;
 }
.fosfo{
	background-color:#FFFFCC;
}
#allbrow{
	background-color: #FFF;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.brow{
	margin: 16px;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
}
.bibtic{
color:#336666;
border:1px dashed #336666;
font-size:12px;
font-family:"Courier New", Courier, mono;
width:30%;
float:right;
position:relative;
padding:0px;
margin: 5px;
text-align:center;
}
.bibh1{
font-family:"Courier New", Courier, mono;
color:#008579;
font-size:12px;
margin: 0px;
line-height: 12px;
}
a.tic:link {
	color: #008579;
	text-decoration: none;
}
a.tic:visited {
	text-decoration: none;
}
a.tic:hover {
	text-decoration: underline;
}
a.tic:active {
	text-decoration: none;
	color: #00FF00;
}