

#prewords {
	width:490px;
	padding:5px;
	font: normal normal 12px verdana;
	color: black;
	line-height: 150%;
	border: dotted 1px #f15312;
}

#prewords ul{
	margin:0;
	padding:0;
	list-style: none;
}

#prewords li{
	margin:0;
	padding:0;
	list-style: none;
}

#afterwords {
	margin: 20px 0;
	width:490px;
	padding:5px;
	font: normal normal 12px verdana;
	color: black;
	line-height: 150%;
	border: dotted 1px #f15312;
}

#afterwords ul{
	margin:0;
	padding:0;
	list-style: none;
}

#afterwords li{
	margin:0;
	padding:0;
	list-style: none;
}

#tips {
	color: black;
	height: 150px;
}

.info {
	border: dotted 1px #f15312;
	font: normal bold 12px verdana;
	padding:5px;
	width: 490px;
	text-align: left;
	line-height:150%;
	color:#f15312;
	margin-top:15px;
	overflow:auto; 
	height: 400px;
    SCROLLBAR-FACE-COLOR: #ffac4d;
    SCROLLBAR-HIGHLIGHT-COLOR: #ffac4d;
    SCROLLBAR-SHADOW-COLOR: #f15312;
    SCROLLBAR-3DLIGHT-COLOR: #ffac4d;
    SCROLLBAR-ARROW-COLOR: #f15312;
    SCROLLBAR-TRACK-COLOR: #fff;
    SCROLLBAR-DARKSHADOW-COLOR: #f15312;
    SCROLLBAR-BASE-COLOR: #f15312;
}

.info ul {
	margin:0;
	padding:0;

}

.info li{
	font-weight: normal;
	list-style: none;
	margin-left:20px;
}

.info li a {
	color: #0075a9;
	text-decoration: none;
}

.info li a:hover {
	color: #aaaaaa;
	text-decoration: none;
}

