|
|
For all of this site I have an external Style Sheet. This is so all pages look the same, have the same font styles for headers, links and tables
| <STYLE> | Description | Comment |
| a | { font-family: Gill Sans Ultra Bold; font-size: 14pt} | Anchor style before link made |
| b | { color: #800080 } | Colour change for bold text |
| blockquote | { font-size: 14pt; text-align: Justify } |
Style of block quotes |
| body | { font-family: Britannic Bold; font-size: 16; color: #000080; text-align: Center; font-weight: bold; background-color: #C0C0C0 | Base text style for these pages |
| h1 | { font-family: Gill Sans Ultra Bold; font-size: 24pt; text-decoration: blink; text-align: Center; color: #FF0000; font-style: italic; font-weight: bold } |
Header 1 style |
| h2 | { font-family: Arial Black; font-size: 30pt; text-decoration: underline; color: #FF0000; font-weight: bold } |
Header 2 style |
| h3 | { font-family: Gill Sans Ultra Bold; font-size: 14pt; color: #FF0000; text-align: Left; text-decoration: blink; font-style: italic; font-weight: bold } |
Header 3 style |
| h4 | { text-align: Left; font-family: Arial Black; font-size: 14pt; color: #FF0000; text-decoration: underline } |
Header 4 style |
| h5 | { font-family: BrushHand; font-size: 24pt; color: #008000; font-weight: bold } |
Header 5 style |
| h6 | { font-family: BrushHand; font-size: 18pt; color: #008000 } |
Header 6 style |
| link | { font-family: Gill Sans Ultra Bold; font-size: 12pt } | Anchor style after link made |
| p | { color: #000080; font-family: Britannic Bold; font-size: 16; font-weight: bold; text-align: Left } | Paragraph style |
| thead | { font-size: 14; text-align: Center; background-color: #000080; color: #FFFFFF } | Style of the table header |