BODY,TD,UL,LI
	{
	font-family:	  Roboto;
	font-size:	  14pt;
	line-height:	  1.3;
	color:		  #000000;
	background-color: transparent;
	}

HR	{
	color:		  #FE0000;
	border:		  none;
        border-top:	  10px solid #FF0000;
        }

UL	{
	margin-top:	  0;
	list-style:	  none;
	position:	  relative;
	left:		  -22px;
	}

UL LI::before
	{
	content:	  "\25CF";	/* Appearence of bullet: \25CF is the CSS Code/unicode for a circle */
	color:		  #000000;	/* Color of bullet */
	font-size:	  1.2em;	/* Size of bullet */
	display:	  inline-block;	/* Needed to add space between bullet and text */
	width:		  1em;		/* Amount of space between bullet and text */
	margin-left:	  -0.85em;	/* Amount of space before bullet */}

P	{
	margin-top:	  0.6em;
	margin-bottom:	  0.6em;
	}

A:link	{color:		  #0000ee; text-decoration:underline;}
A:visited{color:	  #0000ee; text-decoration:underline;}
A:hover	{color:		  #0000ee; text-decoration:underline;}
A:active{color:		  #0000ee; text-decoration:underline;}
