/* This is the DMC style sheet, it should be listed first on any page so that other style sheets can override these defaults. */
/* The style sheet can also be overridden by the browser for accessibility.

/* Fix the background colour and font colour for legibility */
body {background-color: #000000; color: cornsilk; font-family: "Arial" sans-serif;}

/* Highlight hyperlinks */
a:link {color:yellow;}
a:visited {color:#66ccff;}
a:hover {color:white;}

/* Change table border default */
table {border-color:black; border-style:solid;}


/* Specific SPAN and DIV styles */

/* Header */
span.header{text-align:center;}
span.header a:link {color:black;}
span.header a:visited {color:black;}
span.header a:hover {color:gray;}

/* Footer */
div.footer {text-align:center; color:cornsilk; font-size:small; background-color:#555555;}

/* Sidebar */
span.sidebar {text-align:center; font-weight:700; font-size:smaller;}
span.sidebar td{border-style:inset; border-width:1ex; background-color:#555555;}
span.sidebar table{border:none;)


/* Main Body */
span.mainbody {position:relative; margin-left:15em; top:10px; border:0px;}