/* stylesheet for Guide (English) website */
/* defines the default font and font size for everything unless specified otherwise */

body {
background: white ; color:#000000;
font-family:comic sans ms; font-size:12pt
}
body.contents {background: white;  color:black;}  

/* Headings  - I've left these here, although I'm not sure all the different colours add much to headings */
/* I'd recommend sticking to black and dark blue for all headings */
H1 {font:bold 18pt "comic sans ms";text-align:left;color:black}
H2 {font:bold 14pt}
H3 {font:bold 14pt;color:blue}
H4 {font:bold 14pt ;text-align:center;color:black}

H3.end {font:bold 12pt arial;text-align:center}

p {font-size:14pt; text-align:left; color:black}
/* p.cen will center the text with a 20% margin each side - instead of using tables */
p.cen {text-align:center; margin-left:20%; margin-right:20%}
p.cencen {text-align:center; margin-left:35%; margin-right:35%}
/* The following p styles have been copied from various pages - they may not all be needed */

div.navigation {text-align:center; font-size:10pt}
div.backlinks {text-align:center; font-size:10pt}
tr.backlinks {text-align:center; font-size:10pt}

td.pad {width:20px}
div.con {line-height:150%; color:#00009B}		/* the line height gives extra spacing between each link */
table.kato {font:10pt ;text-align:left;color:black}  /* replaced p.kato */

table.bullet {cellspacing:25}

/* these define the colours of the linked text */
A {color:#0000FF}
A:visited {COLOR: #5E005E}
A:hover {COLOR: #FF0909}
a.top {color:red}
a.top:visited {color:red}