/* CSS Document */ body { color:blue } .servis { text-decoration:underline } .tech { font-weight:bold; } ul > li { font-style:italic; color:green } ol > li { font-style:italic; color:red } ol > li:first-child { font-weight:bold }