/* used by LinkSubText & LinkText  linktous */
body 
{
background-color: white; 
background-image: none;
}

a:active {color: #0000FF;background: #00FFFF}   /* selected link */
a:visited {color: #990000}  /* visited link dark red */
a:link {color: #FF0000; font-weight:bold; text-decoration: underline}     /* unvisited link  red */
a:hover {color: #000033;background: #FFD700;font-weight: bold;}   /* mouse over link */

p 
{
margin: .1cm .1cm .1cm .1cm; /*top right bottom left */
margin-left:15%;
margin-right:20%;
color='navy';
line-height: 14pt;
text-align: justify;
font-size: 12pt;
font-weight: normal;
font-family: arial, "arial narrow",sans-serifs;
background-color:transparent;
padding: 0.2cm 0.5cm;      /*padding top/bottom  left/right */
border-style: none;
text-indent: 1pt;
}

ul,ol,li, td, i {font-family:"Arial Narrow", Arial, sans-serif; }
b {font-size: bigger;}
h1,h2,h3,h4 {font-family: "century schoolbook", serif;}
ol {margin-left:20%;font-size: 14pt;color:#BB0000;font-weight:bold;}
li {font-weight:normal;color: "navy";margin-right:10%;}
i {font-size: 12pt;}

hr {color: #CC0000;font-weight: bold;line-height:10pt;} /* red */
hr.yell {color:yellow;}

h3 {font-variant: lower-case;text-transform: none;color:#cc0000;text-align:center;font-size:24pt;}

div 
{
font-size:90%;
font-weight: bold;
font-family: "century schoolbook", serif;
color: #999900;
background-color:#0033CC;
text-align: right;
vertical-align:text-bottom;
line-height:15pt;
width: 100%;
}

div:first-letter 
{
color: #ff0000;
font-size:large;
}

div.heading 
{
text-align:left;
background-color:'navy';
color:'white';
font-size: 14pt;
}


.copyright 
{
  font-size: smallest;
  text-align: right;
  clear: right
}
/* overflow: scroll;direction: rtl */