
body {
  background: #F8F8F8; margin: 30px 120px 200px 140px;
  font-family: verdana;
  /* width: 900px; */
}

/* p, h1, h2, h3, h4, h5, h6 {color: #335CD6; margin: 0; padding: 20px 0 0 0;} */
p, h1, h2, h3, h4, h5, h6 {color: black; margin: 0; padding: 20px 0 0 0;}
h1 {font-size: 150%}
h2 {font-size: 100%; margin-top: 20px}
/* p  {color: black; font-size: 80%; text-align: justify;} */
p  {color: black; font-size: 80%; text-align: left;}
a {font-size: 90%; color: #1975D1}
table  {color: black; font-size: 75%; text-align: left; margin-top: 20px}
th {padding-right: 15px}
td {padding-right: 20px}

code {font-size: 120%;}

p.content {width: 800px}
p.img_show {width: 800px; text-align: center}
p.img_show img {border: 1px solid #bbb; padding: 7px}

pre, pre a {
	font-family: monospace;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: none;
	line-height: 17px;
}

pre a {text-decoration: underline;}


/* note - have to be specific or the dashed borders don't take effect - overridden by .content .mainbar img - in default.css */
/* img.tvc_album { vertical-align: top; margin: 6px; padding: 6px; border: 1px dashed #AAA; } */
img.tvc_album { vertical-align: top; margin: 6px; padding: 6px; border: 1px solid #AAA; }

span.file {
	background: url(icons/file_icons/unknown.png) center left no-repeat;
	padding-left: 22px;
}

span.file-pdf {
	background: url(pdf.gif) center left no-repeat;
}



