/* Make the background colour light purple by default */
body {padding: 0; margin-top: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; line-height: 1.2; background: #b4c7dc}
/* Make table background colour white by default */
table {background: #ffffff}

/* Need to specify these or they default to Times New Roman */
/* Note: the size in pixels MUST agree with the size in 'artbody'! */
li {font-family: verdana, helvetica, sans-serif; font-size: 13px; color: #000000}
td {font-family: verdana, helvetica, sans-serif; font-size: 13px; color: #000000}

/* Move away from primary colours for links! */
a:link {color: #283e55; font-weight: bold; text-decoration: none}
a:visited {color: #808080; font-weight: bold; text-decoration: none}
a:hover {color: #cf4316; font-weight: bold; text-decoration: none}

/* Additional metzomagic.com link styles */

/* metzomagic.com text styles */
.pagetitle {font-family: verdana, helvetica, sans-serif; font-size: 17px; color: #283e55}
.arttitle {font-family: verdana, helvetica, sans-serif; font-size: 16px; color: #283e55}
.artsubtitle {font-family: verdana, helvetica, sans-serif; font-size: 15px; color: #283e55}
.artheader {font-family: verdana, helvetica, sans-serif; font-size: 14px; color: #283e55}
.paraheader {font-family: verdana, helvetica, sans-serif; color: #000000; font-size: 13px}
.artbody {font-family: verdana, helvetica, sans-serif; font-size: 13px; color: #000000}
.caption {font-family: verdana, helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #cf4316}
.copyright {font-family: verdana, helvetica, sans-serif; color: #000000; font-size: 13px}

/* Some really 'out there' styles for specialist articles */
.falloutheader {font-family: courier new, helvetica, sans-serif; color: #dcdc08; font-size: 16px}
.fallout {font-family: courier new, helvetica, sans-serif; color: #dcdc08; font-size: 13px}
.hlgreen {font-family: verdana, helvetica, sans-serif; color: #196f2c; font-weight: bold; font-size: 13px}

/* Headers */
.header {font-family: verdana, helvetica, sans-serif; font-size: 16px; color: #ffffff}

/* Some additional list styles */
ol.loweralpha {list-style-type: lower-alpha}
ol.upperalpha {list-style-type: upper-alpha}
ul.nobullets {list-style-type: none}

/* Special table cell background colours */
td.banner {background: #740d00}
td.menu {background: #740d00}
td.header {background: #be2316}
td.main {background: #f7e4d2}
td.col {background: #f3d8be}
td.art {background: #dfdfdf} /* 'Standard' table cell colour used within articles */

/* Layout */
#sectionHeader {
padding:7px 0 0 24px;
}

#articleHeader {
text-align:right;
padding:7px 26px 0 0;
}

