p{margin: 8px; padding: 4px}
#one{border-style: solid; border-width: 2px}
#two{border-style: dashed; border-color: red; border-width: 3px}
#three{border-style: dotted; border-color: green; border-width: 4px}
#four{border-style: double; border-color: blue; border-width: 6px}
#five{border-style: groove; border-top-width: 4px; border-right-width: 20px; border-bottom-width: 4px; border-left-width: 20px}
#six{border-style: inset; border-top-width: 4px; border-right-width: 20px; border-bottom-width: 40px; border-left-width: 60px}
#seven{border-style: outset; border-width: 10px; border-top-color: red; border-right-color: blue; border-bottom-color: black; border-left-color: green}
#eight{border-style: solid; border-bottom-width: 4px; border-color: antiquewhite}
#nine{border-style: dashed; border-top-width: 4px; border-bottom-color: aquamarine}
#ten{border-style: groove; border-width: 10px}