First page Back Continue Last page Graphics
How It Looks In Code
p {border-top-style: double;
border-bottom-style: groove;
border-left-style: inset;
border-right-style: outset;
border-top-width: thick;
border-bottom-width: thin;
border-left-width: 5px;
border-right-width: 20px;
border-top-color: red;
border-bottom-color: #ff0000;
border-left-color: blue;
border-right-color: #ff00ff;}