CSS Bits
Serif fonts
font-family: georgia, "times new romans", times, serif;
Border - (border: [size] [style] [colour];)
border:1px solid gray;
Text Decoration (text-decoration: [none/underline/overline/line-through/blink]
text-decoration: none;
Tags: code, css, web design