CSS 1 Border properties
border
paragraph with border: medium(width) double(style) rgb(250,0,255)(color)
border-bottom(border-left or border-right or border-top)
border-bottom: medium(width) dotted(style) #ff0000(color)
border-bottom-width(border-left-width or border-right-width or border-top-width)
border-bottom-width is thin; border is double rgb(250,0,255)
border-bottom-color(border-left-color or border-right-color or border-top-color)
border-bottom-color is #ff0000; border is medium double
border-bottom-style(border-left-style or border-right-style or border-top-style)
border-bottom-style is solid; border is medium rgb(250,0,255)