﻿@charset "utf-8";
/* CSS Document */

body {
background-color: transparent;
font-size: 12pt;
font-family:'Times New Roman',Times,serif;
color:#000000; }

#text   { 
background-color:transparent;
padding: 0px;
margin: 0px;
}

#sticky-note {
display: none;
}

a:after, a:link:after  { 
color: #000000;
background-color:transparent; 
content: " * Link " attr(href) "* "; }
}
a:visited:after {
color:#000000; 
background-color:transparent;
content: " * Link " attr(href) "* "; }
