@charset "utf-8";

#col-workspace{
    width:100%;
    margin-bottom:20px;
    color:#666666;
}

#col-workspace a{
    color:DodgerBlue;
    font-weight:bold;
}


#col-workspace em {
    font-style:normal;
    font-weight:normal;
}

#col-workspace ol {
    list-style-type:decimal;
}

#col-workspace h1,#col-workspace h2,#col-workspace p,#col-workspace ol {
	margin-bottom:5px;
	margin-left:10px;
}

#col-workspace h1{
    font-size:1.1em;
    color:#666;
}
#col-workspace h2{
    font-size:1em;
    margin-top:30px;
    color:#666;
}
	
#col-workspace ol, #col-workspace ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#col-workspace ol li {
font-weight:normal;
list-style-position:inside;
margin-bottom:5px;
}

#col-workspace ol li p{
font-weight:normal;
margin-top:5px;
margin-left:40px;
margin-bottom:15px;
}
