/* TEXT AND PARAGRAPH STYLES family; size; color; weight; margin-left; margin-right; margin-top; margin-bottom; */

h1 {font-size: 1.1em; color: #0066FF; margin-top: 0em; margin-bottom: 0em;} /* post heading */
h2 {font-size: 0.9em; font-weight:normal; margin-top: 0em; margin-bottom: 0em;} /* time and date stamp */
h3 {font-size: 1em; margin-top: 0em; margin-bottom: 0em;} /* sub-heading in a post */
h4 {font-size: 0.9em; margin-top: 0em; margin-bottom: 0em;} /* smaller sub-heading in a post */
h5 {font-size: 1em; color: #0066FF; margin-top: 0em; margin-bottom: 1em;} /* heading on category pages, use span to change the colour of the top heading */
h6 {font-size: 1em; color: #FF0000; margin-top: 0em; margin-bottom: 0em;} /* alert sub-heading */
p.abstract {font-size: 0.9em; margin-top: 1em; margin-bottom: 1em;} /* abstract text, note margins top and bottoms */
p.bodytext {font-size: 0.9em; margin-top: 0em; margin-bottom: 1em;} /* body text, use <span style="font-size: smaller"> as required */
p.wide {font-size: 0.9em; width: 512px; text-align: left;} /* paragraph style for wide images and tables, 510 px, saves having to use <br /> */
p.narrow {font-size: 0.9em; width: 452px; text-align: left;} /* for reduced width images and tables, 450 px, text style for caption also defined here */
p.caption {font-size: 0.9em; width: 452px; text-align: left; margin-top: 0em; margin-bottom: 1em;} /* for tables */
p.abstract2 {font-size: 0.9em; margin-top: 1em; margin-bottom: 0em;} /* abstract text, note margins top and bottoms */
p.code {font-size: 0.9em; color: #6600cc;} /* code */

/* LIST STYLES */
ul {font-size: 0.9em;}
ol {font-size: 0.9em;}

/* LINK STYLES */

a:link {color: #0000FF; text-decoration:none;}
a:visited {color: #990000; text-decoration:none;}
a:hover {color: #0000FF; text-decoration:underline;}
a:active {color: #990000; text-decoration:underline;}

/* TABLE STYLES width; height; background; border; padding; spacing; font; */

table.navtable {width: 100%; background-color: #ffffff; border: solid thin Black; -moz-border-radius: 5px; padding: 5px; font-size: 1 em;} /* navigation tables */
table.searchbox {width: 100%; background-color: #ffffff; border: solid thin Black; -moz-border-radius: 5px; padding: 5px; font-family: Arial,Helvetica,sans-serif;} /* search box */
table.data {border: solid thin Black; font-size: 1em;}

/* IMAGE STYLES */

img {border: solid thin black;} /* to turn off the border for some images use style="border: none" */