BODY {
  background-color: #ffffff;
  padding: 5px 5px 5px 5px;
  margin: 5px;
}

BODY, TD {
  font-family: Arial, Verdana, Sans-Serif;
  font-size: 14px;
  vertical-align:top;
}

H1{ font-size: 22px; }
H2{ font-size: 20px; }
H3{ font-size: 18px; }
H4{ font-size: 16px; }
H5{ font-size: 15px; }
H6{ font-size: 14px; }

UL, LI {
  margin-top: 0px;
  margin-bottom: 0px;
}

INPUT, TEXTAREA, SELECT, INPUT.button {
  BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; BORDER-BOTTOM-WIDTH: 1px; BORDER-RIGHT-WIDTH: 1px
}

INPUT {
  TEXT-INDENT: 2px
}

.Bold
{
  font-weight: bold;
}

.Title
{
  font-weight: bold;
  font-size: 18px;
  color: #cc3300;
}

.Code
{
  border: #8b4513 1px solid;
  padding-right: 5px;
  padding-left: 5px;
  color: #000066;
  font-family: 'Courier New' , Monospace;
  background-color: #ff9933;
}

TABLE {
  BORDER-RIGHT: medium none;
  BORDER-TOP: medium none;
  BORDER-LEFT: medium none;
  BORDER-BOTTOM: medium none
}
A {
  FONT-FAMILY: Arial, Helvetica, sans-serif; 
  TEXT-DECORATION: none
}
A:link {
  COLOR: #105090;
}
A:visited {
  COLOR: #104030; 
}
A:active {
  COLOR: #209020; 
}
A:hover {
  COLOR: #00339C; 
}
IMG{
  BORDER-RIGHT: 0px; 
  BORDER-TOP: 0px; 
  BORDER-LEFT: 0px; 
  BORDER-BOTTOM: 0px
}
.inv {
  display:none
}
.copy{
  COLOR: #000000;
  FONT-FAMILY: Arial, Helvetica, sans-serif; 
  FONT-SIZE: 8pt; 
  FONT-WEIGHT: bold;
}
.ten{
  FONT-FAMILY: Arial, Helvetica, sans-serif; 
  FONT-SIZE: 10pt; 
}
.small{
  FONT-FAMILY: Arial, Helvetica, sans-serif; 
  FONT-SIZE: 8pt; 
}
.micro{
  FONT-FAMILY: Arial, Helvetica, sans-serif; 
  FONT-SIZE: 6pt; 
}
.profile{
  FONT-FAMILY: Arial, Helvetica, sans-serif; 
  FONT-SIZE: 8pt; 
  FONT-WEIGHT: bold;
  COLOR: #404010;
}
.description{
  display:none;
  FONT-FAMILY: Arial, Helvetica, sans-serif; 
  FONT-SIZE: 9pt; 
  FONT-WEIGHT: bold;
  COLOR: #400000;
  padding: 3px;
  border: 1px solid #963;
  background-color: #C96;
  color: white;

}
/* supernote.css */
/* "fallback" links for non-CSS supporting browsers. */
.fallback {
 display: none;
}

/* Here's our default note styles. */
.notedefault, .notenested {
 position: absolute;
 visibility: hidden;
 top: 1.5em;
}
.notedefault {
 padding: 3px;
 border: 1px solid #000000;
 background-color: #A00;
 color: white;
}
.notenested {
 width: 8em;
 padding: 3px;
 border: 1px solid #963;
 background-color: #C96;
 color: white;
}

/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
 margin-left: 5px;
 margin-top: 15px;
}

/* Headings within notes */
.notedefault h5 {
 margin: 0 0 5px 0;
 padding: 2px;
 background-color: white;
 color: black;
}

/* Note close marker is only shown within pinned notes. */
.note-close {
 float: right;
 margin-top: 2px;
 width: 14px;
 height: 14px;
 line-height: 14px;
 color: black;
 text-decoration: none;
 visibility: hidden
}
.snb-pinned .note-close {
 visibility: inherit;
}
