@charset "utf-8";

body {
background-color: transparent;
font-size: 1.3em;
font-family:'Times New Roman',Times,serif;
color:#000000;
}
  
img {
display:none; 
}

#content   { 
background-color:transparent;
padding: 0;
margin: 0;
}

a:after, a:link:after  { 
color: #000000;
background-color:transparent; 
content: " * Link " attr(href) "* ";
}



a:link {
color:#686666; text-decoration:underline;
}
a:visited {
color:#686666; text-decoration:underline;
}
a:hover {
color:#333333; text-decoration:underline;}

a:focus {
color:#333333; text-decoration:underline;
}
a:active {
color:#333333; text-decoration:underline;
}


.noprint {
display:none; 
}

.onlyprint {
display:inline;
}







