/* COLOURS (SPELT THE ENGLISH WAY :oP 

D86927 - Dark Browny Orange 
000000 - Black
FFFF9D - Pale Yellow (hover)
FC7C1F - Orange (text)
FAAC0A - yellow orange (links)
FF5300 - red orange
DF4800 darker red orange (visited) */

/* BODY (includes BACKGROUND) */

BODY {background-color: #000000; color: #FC7C1F; font-family: "Century Gothic", "comic sans ms", "Arial", "sans-serif"}

/* HEADINGS */ 

H1 {FONT-SIZE: 18px }
H2 {FONT-SIZE: large   }
/*H3 {FONT-SIZE:         }
H4 {FONT-SIZE:         }
H5 {FONT-SIZE:         }
H6 {FONT-SIZE:         } */ 

/* PARAGRAPH */

P {font-family: arial, "sans-serif"; font-size: 12px} 

/* LINKS */

A:LINK    {color: #FAAC0A; font-family: "comic sans ms","Century Gothic","sans-serif"}
A:HOVER   {color: #FFFF9D; font-family: "comic sans ms","Century Gothic","sans-serif"}
A:VISITED {color: #DF4800; font-family: "comic sans ms","Century Gothic","sans-serif"}


/* RULE */

HR {color: #FFA600}
HR.one {width: 75%}
HR.two {width: 100%}

/* Tables */

table.noBorder{border-width: 0  ; border-color: black  ;border-style: none ; width: 100%}
table.border  {border-width: 1px; border-color: #DF4800;border-style: solid; width: 100%}

/* BANNER */

#banner {display: block; width: 100%; height: 80px; background: url("./pictures/banners/fantasticfoxlogo.jpeg") no-repeat top center}

/* LISTS */

UL.links {font-size: 12px; font-weight: bold; list-style-position: outside}
