/* -- VIS STYLESEET ver.2.1 -- */


/* GENERIC */

a:link    { color: 0000FF; text-decoration: none ;}
a:visited { color: 0000CC; text-decoration: none ;}
a:hover   { color: FFCC00; text-decoration: none ;} 

h1     { font-weight: bold ;}
h2     { font-weight: bold ;}
strong { font-weight: bold ;}
em     { font-weight: italic }
cite   { font-weight: italic }

body { margin: 0px; padding: 0px ;}


/* SIZE CONTROL : PX */

.j14pxh18  { font-size: 14px; line-height: 18px ;}
.j12pxh21  { font-size: 12px; line-height: 21px ;}
.j10pxh17  { font-size: 10px; line-height: 17px ;}

.j14pxh16  { font-size: 14px; line-height: 16px ;}
.j12pxh16  { font-size: 12px; line-height: 16px ;}
.j10pxh13  { font-size: 10px; line-height: 13px ;}

/* SIZE CONTROL(old) : PX */
.large  { font-size: 14px; line-height: 18px ;}
.normal  { font-size: 12px; line-height: 21px ;}
.small  { font-size: 10px; line-height: 17px ;}


/* COLOR CONTROL */

.red       { color: red ;}
.black       { color: black ;}
.white       { color: white ;}
.orange       { color: #ff3300 ;}
.mediumblue       { color: #0000CD ;}
.bluegreen       { color: #009999 ;}
.RoyalBlue       { color: #4169E1 ;}
.darkred        { color: #900 ;}
.green { color: #063 ;}
.pink { color: #f06 ;}

