a:link { color: olive; text-decoration: none; }
a:visited { color: maroon; text-decoration: none; }
a:hover { color: green; text-decoration: none; }
a:activated {}

body { background-color: white; 
       background-image: url(''); 
	   background-repeat: repeat-y;
	   background-position: left right;
	   background-attachment: fixed;
	   font-family: Verdana, "Century Gothic", Arial, sans-serif;
	   font-size: 10pt; 
	   margin-left: 20px; 
	   margin-right: 20px;
	   margin-top: 20px;
	   maring_bottom: 20px;
	   }
body.slyngel { background-color: black; 
               color: white; font-family: Verdana, "Century Gothic", Arial, sans-serif; 
			   font-size: 10pt; 
			   margin: 1em 2em; }

div.bottom { font-size: 8pt; }

em { font-weight: normal; font-style: italic; }

h1 { font-size: 12pt; }
h2 { font-size: 10pt; font-weight: bold; }
h3 { font-size: 10pt; font-weight: bold; margin-left: 3em; }

ol { margin-left: 3em; }

p { margin-left: 3em; }

table { margin-left: 3em; margin-right: 2px; }
td { vertical-align: top; }
td.bold { font-weight: bold; }
td.heading { font-weight: bold; }
tr { font-size: 10pt; }

ul { margin-left: 3em; }

<!-- table ol { margin-left: 20px; } -->
<!-- table ul { margin-left: 20px; } -->