1/*className property values: width style color*/
2.rightBorder { border-right: 1px solid black }
3
4.leftBorder { border-left: 2px dashed red }
5
6.topBorder { border-top: 3px dotted blue }
7
8.bottomBorder { border-bottom: 4px double yellow }