
body {background-color: #333333;}

/* content container */
	div.content {background-color: #ffffff; margin: 5px; padding: 10px;}
			
/* content header style */
    h4 {margin: 10px 0px 0px 10px; font: 14px Arial, Helvetica, sans-serif; font-weight: bold;}
	h5 {margin: 10px 0px 0px 10px; font: 12px Arial, Helvetica, sans-serif; font-weight: bold;}

/* content text style */
    p.body {font-size: 12px; font-family: Arial, Helvetica, sans-serif; letter-spacing: 0; line-height: 1; color: #000000; padding: 0px 10px 0px 10px;}
    p.body a:link {color: #0000ff; text-decoration: none;}
    p.body a:visited {color: #9900cc; text-decoration: none;}
    p.body a:active {color: #ff0000; text-decoration: none;}
        			
/* list style */
	ul {font-size: 12px; font-family: Arial, Helvetica, sans-serif; letter-spacing: 0; line-height: 1; color: #000000;}

/* image border */
img { border: solid 1px #232323;}

/* style template from w3: */
h1, h2, h3, h4, h5, h6, p, ul, ol, dir, menu, div, dt, dd, address, blockquote, pre, hr, form, dl {display: block}

b, strong, i, em, cite, var, tt, code, kbd, samp, img, span {display: inline}

li {display: list-item}

b, strong {font-weight: bolder}  /* relative to the parent */
i, cite, em, var, address, {font-style: italic}
pre, tt, code, kbd, samp {font-family: Courier, 'Courier New', monospace}
pre {white-space: pre}
address {margin-left: 3em}
blockquote {margin-left: 3em; margin-right: 3em}
ul, dir {list-style: disc}
ol {list-style: decimal}
menu {margin: 0}
li {margin-left: 3em}
dt {margin-bottom: 0}
dd {margin-top: 0; margin-left: 3em}
