
BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana,Arial,Helvetica, sans-serif;
    FONT-SIZE: 14pt;
    FONT-WEIGHT: normal;
    COLOR: #000000;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

TABLE
{
    FONT-SIZE: 14pt;
    COLOR: #000000;
}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family: Verdana,Arial, Helvetica, sans-serif;
	}	
	

UL LI	{	
	list-style-type:	disc ;
	padding-left: 5px;
	}	

UL LI LI	{	
	list-style-type:	square;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

	.container {
		position: relative;
	}
	.image2 {
		position: absolute;
		left: +0px;
		top: +0px;
	}
	.image3 {
		position: absolute;
		left: +0px;
		bottom: +10px;
	}

.copy {
border: 1px solid;
  background-color : yellow;
  text-align: center;
  border-radius : 5px;
  position: absolute;
  top: 300px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5px;
}

table.roundedCorners { 
	border-radius: 13px; 
	}
  