/* external style sheet -CSS- */
/* Esko Kurvinen -2005- */
/*                       */
/* 
Safe HEX: 00 33 66 99 cc ff
#ffffff; - White      - RGB 255/255/255
#faffff; - White 2    - RGB 0/0/51
#990000; - Dark Red   - RGB 153/0/0 
#000000; - Black      - RGB 0/0/0
#000033; - Black 2    - RGB 0/0/51

*/
        small {
         font-size: smaller;
         }
        big {
         font-size: larger;
         }
        h1 {
         font-size: xx-large;
         }
        h2 {
         font-size: x-large;
         }
        h3 {
         font-size: large;
         }
        h4 {
         font-size: medium;
         }
        h5 {
         font-size: small;
         }
        h6 {
         font-size: xx-small;
         }
        font[size=1] {
         font-size: xx-small;
         }
        font[size=2] {
         font-size: small;
         }
        font[size=3] {
         font-size: medium;
         }
        font[size=4] {
         font-size: large;
         }
        font[size=5] {
         font-size: x-large;
         }
        font[size=6] {
         font-size: xx-large;
         }
        font[size=7] {
         font-size: 300%;
         }
        font[size=-1] {
         font-size: smaller;
         }
        font[size=+1] {
         font-size: larger;
         }
        font[size=-2] {
         font-size: 60%;
         }
        font[size=+2] {
         font-size: 150%;
         }
        font[size=+4] {
         font-size: 300%;
         }
         
body, p, td, ul, dir, menu, ol, dl, address, pre   { 
font-size: small;
color: #000033; 
font-family: Georgia, "Times New Roman", Times, serif}

h1, h2, h3, h4, h5, h6 {
font-family: Georgia, "Times New Roman", Times, serif}

h1  {color: #000033; font-weight: bold; text-transform: uppercase }
h2 { color: #000033; font-weight: bold}
h3 { color: #000033; font-weight: bold}
h4 { font-weight: normal}
h5 { font-weight: normal}
h6 { font-weight: normal}

a:link, a:visited {
	text-decoration: underline;
	color: #000033
}
img { 
color: #000000
}

