body.index{
	background-image: url(image/bg.png);
	background-repeat:repeat-y;
	background-attachment: fixed;
	background-position:left;
}
a:link{
	font-size:10pt;
	text-decoration:underline;
	color:blue;
}
a:visited{
	font-size:10pt;
	text-decoration:underline;
	color:blue;
}
a:active{
	font-size:10pt;
	text-decoration:underline;
	color:red;
}
a:hover{
	font-size:10pt;
	text-decoration:underline;
	font-weight:bold;
	color:blue;
}

h1{
	font-size:20pt;
}
h2{
	font-size:16pt;
}
h3{
	font-size:10pt;
	font-weight:bold;
}
p{
	font-size:10pt;
	line-height:1.5;
}
p.jina{
	font-size:10pt;
	line-height:1.5;
	font-style:italic;
}
ol{
	font-size:10pt;
	line-height:1.5;
}
ul{
	font-size:10pt;
	line-height:1.5;
}
ul.sc{
	list-style-type:square;
	font-size:10pt;
	line-height:1.5;
}
span.sc{
	color:#ff6666;
	font-weight:bold;
}
div.upres{
	font-size:8pt;
}
table.topics{
	border-style:dotted;
}
table.testimo{
	border-style:dotted;
	border-color:orange;
}
.tenpt{
	font-size:10pt;
}
div{
	font-size:10pt;
}