﻿#grad-en {
  height: 1px;
  background-image: linear-gradient(to right, rgba(00,120,40,0.5), white, white, white, white, white, white, white);
}

body { margin-top:32px; margin-bottom:32px; }

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,body,dt,dd
     { font-family:Verdana,Arial,sans-serif; }

h1 { font-size:18pt; text-align: right; border-bottom: 2px solid #000000; }
h2 { font-size:16pt; text-align: left; border-top: 2px solid #666666; }
h3 { font-size:12pt;  }
h4 { font-size:10pt; }

p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,body,dt,dd { font-size:10pt; }

#shift-up {
	margin-top: -16px;
	margin-right: 0px;
}

p {
	margin-top: 12px;
	margin-left: 20px;
	margin-right: 10px;
}



pre		{ font-family:Courier New,Courier; font-size:10pt; color:#777777; }
tt		{ font-family:Courier New,Courier; font-size:10pt; color:#777777; }

a:link		{ color:#0000FF; text-decoration:underline; }a:visited	{ color:#0000BB; text-decoration:none; }a:active	{ color:#000088; text-decoration:none; }