/* FILE: sedamoblue.css */

body { background-color:lightblue; }

h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { font-family:serif; }
	
h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr { color:#000000; } 

td { background: lightblue; }
td.error { background: red; }
td.voluntary { background: lightgrey; }
table { background: white; }
table.logo { background: lightblue; }

em { font-family:Times New Roman,serif; color:#000000; font-weight:bold; }

li { margin-top:3px; }

pre { font-family:Courier New,Courier; font-size:13px; color:#000000; }

code,kbd,tt { font-family:Courier New,Courier; color:#000000; }

var { font-style:normal; color:#000000; }

blockquote,cite { font-style:italic; }

pre.normal { color:#000000; }

a:link { color:blue; text-decoration:underline; }

a:visited { color:darkblue; text-decoration:underline; }

a:active { color:#000000; text-decoration:underline; }

ins { color:#009900; font-weight:bold; text-decoration:none; }

del { color:#990000; font-weight:bold; text-decoration:line-through; }

