/* LabVIEWメモ用スタイルシート */
a:active{
   color:#800080;
   text-decoration:none;
}
a:hover{
   background:#87CEEB;
}
a:link{
   color:#0000FF;
   text-decoration:none;
}
a:visited{
   color:#800080;
   text-decoration:none;
}
body{
   background-color:#FFFFFF;
   background-image:url(lv_background.gif);
   background-repeat:repeat;
   background-attachment:fixed;
}
table{
   font-size:12px;
   width:600px;
}
h1{
   font-size:14px;
   color:#6666FF;
   margin-top:0px;
   margin-bottom:0px;
}
