/*http://www.w3schools.com/css/css_howto.asp*/

body {
color		: gray;
font-family	: tahoma;
}

h1 {
color		: black;
}

p.small {
font-size	: 8pt;
}

div.dashedline {
padding-bottom	: 1em;
border-bottom	: thin dotted 
}

tr.newsitem {
font-family	: arial;
font-size	: 13pt;
color		: black;
}

tr.newsbody {
font-size	: 10pt
}

