1BODY	{
2    	font-family: Verdana, Arial, Helvetica, sans-serif;
3    	font-weight: normal;
4	background-color : white;
5	color: black;
6}
7tt {
8    	font-family: courier, monospace;
9}
10A	{
11    	font-family: Verdana, Arial, Helvetica, sans-serif;
12    	font-weight: 100;
13	background-color : white;
14}
15A em	{
16    	font-weight: 900;
17}
18
19pre.code {
20        font-size: 90%;
21    	font-family: courier, monospace;
22	PADDING-RIGHT: 10px;
23	PADDING-LEFT: 10px;
24	PADDING-BOTTOM: 10px;
25	PADDING-TOP: 10px;
26	BORDER: #cccccc 1px solid;
27	BACKGROUND-COLOR: #eeeeee;
28	MARGIN-BOTTOM: 15px;
29}
30pre em {
31    	font-family: cursive;
32	color: #888888;
33}
34pre tt {
35    	font-family: helvetica;
36    	font-weight: 900;
37}
38pre it {
39    	font-style: italic;
40	color: green;
41}
42tt em {
43    	font-family: cursive;
44	color: #888888;
45}
46table {
47      font-size: 80%;
48}
49