/*
/
/   top_right.css
/
*/

A:link    { color:#993300 ; text-decoration:underline;}
A:visited { color:#0000ff ; text-decoration:underline;}
A:active  { color:#ff3300 ; background : #ffffff; text-decoration:underline;}
A:hover   { color:#ff3300 ; background : #ffffff; text-decoration:underline;}

div.content {
  left : 20px;
  margin-left : 20px;
  margin-top : 10px;
  margin-bottom : 10px;
  line-height : 25px;
  text-align : left;
}

p.nedolink{
  font-size   : 10pt;
  margin-left : 20px;
  font-family:Times New Roman;
}

p{
  margin-left : 20px;
  font-family:Times New Roman;
}

h1 {
        color : blue;
}

h2 {
        color : blue;
}

