body {   font-family:     Calibri, Verdana, Arial, Helvetica, sans-serif; }

h1 { font-size:     175% }
h2 { font-size:     145% }
h3 { font-size:     120% }
h4 { font-size:     105% }
h5 { font-size:     80%  }
h6 { font-size:     65%  }

a[href] {color: #1133ff;}
a[href]:hover{text-decoration:underline;}
a[href]:visited{color: #1133ff;}

code,kbd,pre,samp,tt {   font-family:     Consolas, "Courier New", Courier, monospace; }

hr {
   color:           #999999;
   background:      transparent;
   height:          1px;	/* Required for IE/Win */
   padding:         0;
   border-color:    #999999;
   border-width:    1px;
   border-style:    none none solid none;
}

ol { list-style: decimal outside; }

ul { list-style: round   outside; }

ol ul,
ol ol ul,
ol ul ul,
ul ul,
ul ol ul,
ul ul ul {
   list-style:      square outside;
}

table{
   border-collapse: collapse;
   border-spacing:  0;
   empty-cells:     show;
}

fieldset { border: none; }