/**** HARDWARE CALCULATOR STYLE SHEET ****/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;text-decoration:none;list-style:none;outline:0;vertical-align:top; font-family:Arial, Helvetica}
body { background:#66522D; width:560px; margin:auto; }

#maintable { background:#fefee2; }
#conversiontable { background:#ededd1; }
#resulttable { background:#fefee2; }
#printresults { padding:2px; text-decoration:underline; }
#detailtable td { padding:5px; border-bottom:1px solid #ededd1 !important; }
div { padding:5px 10px; font-size:12px; }
h1 { font-family:Georgia, "Times New Roman", Times, serif; color:#514023; font-size:16px; }
span.tip { font-size:11px; display:block; }