BODY { font: 10px sans-serif; margin-right: 300px; }
/*
UL { list-style: url(../images/point_1.gif) circle }
UL UL { list-style: url(../images/point_2.gif) disc }
UL UL UL { list-style: url(../images/point_3.gif) square }
*/

UL { list-style: circle }
UL UL { list-style: disc }
UL UL UL { list-style: square }

OL        { list-style-type: upper-alpha }  /* A B C D E etc. */
OL OL     { list-style-type: decimal }      /* 1 2 3 4 5 etc. */
OL OL OL  { list-style-type: lower-roman }  /* i ii iii iv v etc. */
HR {
     border: 0;
	 width: 400px;
	 margin-left: 0px;
	 color: #888888;
	 background-color: #888888;
	 height: 1px;
   }
A { text-decoration: underline; color: #00224e }
A.image:hover { text-decoration: none; background-color: transparent}
A:link { text-decoration: underline; color: #00224e }
A:hover { text-decoration: none; background-color: #00224e; color: #FFFFFF }
A:visited { text-decoration: underline; color: #7c6517}
A:visited:hover { text-decoration: none; background-color: #7c6517; color: #FFFFFF }

