/* links in the table*/
.myTable {
font-family: arial;
font-weight: normal;
font-size: 12pt;
}
.myTable:active {color: red}
.myTable:visited {color: orange}
.myTable:link {color: blue}
.myTable:hover {color: red}

/*previous and next link*/
.bar {
font-family: arial;
font-weight: bold;
font-size: 9pt;
color: white;
background-color: #afafaf;
}
.bar:active {color: yellow}
.bar:visited {color: white}
.bar:link {color: white}
.bar:hover {color: lightyellow}

/*title of the main table*/
.viewtitle 
{
font-family: arial;
font-weight: bold;
font: italic;
color: #BF4100;
text-decoration: underline;
font-size: medium;
 }

/* text in the main table*/
.row 
{
font-family: arial;
font-size: 10pt;
color: red;
background-color: #ffffff;
}

.interline 
{
height: 10pt;
background-color: #ffcc00;
 }

/*info tags that appears when mouseover*/
.info 
{ 
position:absolute;
width:75%;
visibility:hidden;
background-color:#ffffee;
layer-background-color:#ffffee; 
border-style: solid;
border-color: #000000;
border-width: 1px;
padding: 2px;
font-size : 11px;
font-family: "arial";
font-weight: normal;
text-align: left;
color: Black;
}

H1 {margin-left: 0.5cm; font-size: 13px; font-family: Arial}
H2 {margin-left: 1cm;text-indent: 1cm;color: balck; font-size: 12px; font-family: Arial }
H4 {margin-right:1cm;margin-left: 1cm;color:Black;font-size: 11px; font-family: arial }
H5 {margin-right:1cm;margin-left: 1cm;color:green; background: yellow;font-size: 11px; font-family: arial }
P { text-indent: 1cm; background: silver; font-family: Garamond }
A { text-decoration: none; color: Blue }

