/* This is the style sheet that is used for the formatting of English judgment */

/**********************************/
/* Define properties for  Element */
/**********************************/


/* Define the default style used in judgment 
   Note: Element defined within "body" tag will inherit these properties unless override.
*/
@page{ margin:0cm;margin-left:2cm;margin-right:2cm
} 

body
{
    font-family: "宋体","新宋体","細明體","新細明體","Times New Roman";
    font-style: normal;
    font-size: 14pt;
    line-height: 150%;
    text-align: justify;
    margin-left: 0.5cm;
    margin-right: 0.5cm;
}
blockquote table {width:91%}
blockquote { margin-left: 1cm; margin-right: 1cm }
table
{
    width: 99%;
    cellpadding:0;
    cellspacing=0;
}
p
{
    font-family: "宋体","新宋体","細明體","新細明體","Times New Roman";
    font-style: normal;
    font-size: 14pt; 
    margin: 12px;
}

td
{
    font-family: "宋体","新宋体","細明體","新細明體","Times New Roman";
    font-style: normal;
    font-size: 14pt;
    text-align: justify;
}

sup
{
    font-family: "Times New Roman";
    font-size: 8pt;
}


/******************************/
/* Define user defined style  */
/******************************/

/* Define the style for paragraph number (originally in the judgment).
*/
.para
{
    font-size: 14pt;
/*    color: black; */
    color: blue;
    width: 1.5cm; 
}

/* Define the style for pseudo paragraph number added.
*/
.pseudopara
{
    font-size: 14pt;
    color: gray;
    width: 1.5cm; 
}

/* Define the style for the Court Heading */
.court
{
    font-family: "Times New Roman";
    font-style: normal;
    font-weight: bold;
    font-size: 14pt;
    line-height: 150%;
    text-align: center;
    margin-top: 0%;
    margin-bottom: 0%;
/*  border : thin red solid; */
}

/* define the style for quotation */
.quote
{
    font-family: "Times New Roman";
    font-style: normal;
    font-size: 12pt;
    line-height: 100%;
    text-align: justify;
/*  letter-spacing: 1pt; */
/*  vertical-align: 100%; */
}

/* define the style for cases and books cited */
.citation
{
/*
font-family: "Times New Roman";
font-size: 14pt;
line-height: 150%;
*/
    font-style: italic;
    color : green;
}

/* define the style for headings and subheading */
.heading
{
/*  color : red; */
    font-family: "Times New Roman";
    font-style: italic;
    font-size: 14pt;
    line-height: 150%;
    text-align: justify;
    color: magenta;
}
@media print{
  *{
    margin-left: 0cm;
    margin-right: 0cm;
    background-color: white;    
    }
}
