a{
   color:blue;
   font-weight:900;
   font-size:11px;
   font-family:sans-serif;
   text-decoration:none;}
a:hover {color:red; font-size:11px;}
a:active {color:blue;}

a.high /*for highlighted link*/
{
   width:12em;
   text-decoration:none;
   color:white;
   background-color:#6699FF;
   padding:0.2em 0.6em;}

a.high:hover {
   background-color:green}

a.high_red /*for highlighted link*/
{
   width:12em;
   text-decoration:none;
   color:white;
   background-color:red;
   padding:0.2em 0.6em;}

a.high_red:hover {
   background-color:green}


a.link /*for the link file*/
{
   float:left;
   width:10em;
   text-decoration:none;
   color:blue;
   background-color:navy;
   padding:0.2em 0.6em}

a.link:hover {background-color:green}

body {
   background-color: white;
   /*background:url(bgrnd_frame.gif);*/}

body.fram { /* for frame */ 
   background:url(bgrnd_frame.gif);
   background-repeat: repeat-y}

caption{
   color:black;
   font-weight:900;
   font-family:sans-serif;
   font-size:120%}

img{
   border:1px solid #ffffff;}
img:hover {image:url(logosmall-r.gif)}

img.displayed {
   display: block;
   margin-left: auto;
   margin-right: auto }

p{
   color:black;
   background-color:none;
   font-family:sans-serif;
   font-size:14px;
   margin-left: 20px}

p.fram  /* for frame */ 
{
   color:black;
   background-color:none;
   font-family:sans-serif;
   font-size:14px;
   margin-left: 0}

table
{
   color:black;
   font-family:sans-serif;
   font-size:120%	
}

table.fil /*for table has less content
{
   color:black;
   font-family:sans-serif;
   font-size:120%;
   height:700;
   border:0;	
}


html.scrollbar 
{scrollbar-face-color: #367CD2;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF;}
