/* File: style02.css background-color:COLOR border:WIDTH TYPE COLOR; where TYPE=(none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset|inherit) COLOR: see http://www.quackit.com/html/html_color_codes.cfm text-decoration: (none|underline|line-through|overline|blink) color:COLOR font-family:font1,'font with spaces',serif,sans font-size:12pt; font-style:(normal|italic|oblique) font-weight:(normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900) margin:TOP BOTTOM; or margin:ALL; or margin:TOP RIGHT BOTTOM LEFT; Some named colors: maroon, red, orange, yellow, olive, green purple, fuchsia, See: http://www.quackit.com/css/properties/css_border-style.cfm Test CSS: http://www.cssdesk.com/ */ /* HTML tags */ body { text-align: left !important; } div, li, p, span { text-align: left !important; } h1 {text-align:left; font-size:140%; } h2 {text-decoration:underline; text-align:left; font-size:125%; font-style:italic; } h3 {text-align:left; font-size:115%; font-weight:bold;} h4 { text-align:left; font-weight:normal; font-style:italic; font-size:100%; } blockquote > p {border-left:2px solid black; background-color:#e0e0e0 !important; /* Grayish color */ margin:3pt 5pt 5pt 6pt; /* TOP RIGHT BOTTOM LEFT */ padding-left:8pt; padding-top:none; padding-bottom:none; } .caption {text-align:left; } code {background-color:#e0e0e0; /* Grayish color */ /*border:1px black solid;*/ text-decoration:none; } pre {background-color:#e0e0e0; /* Grayish color */ border:1px black solid; text-decoration:none; } /* .Classes, usage:

*/