/* default.css */
/* by nenem */

/* GENERAL SETTING */
*   { color: black; font-size: 10pt; line-height: 140%; font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif }

/* ELEMENT SETTING */
body     { background-color: white; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-align: center; margin: 0 }

a:link   { color: #03c; text-decoration: underline }

a:visited   { color: #03c; text-decoration: underline }

a:active   { color: #03c; text-decoration: underline }

a:hover  { color: #990000; text-decoration: underline }
strong     { font-style: normal; font-weight: bold; font-size: 12pt }
em       { color: #1130a3; font-style: normal; font-weight: bold; font-size: 18pt }


/* ABSOLUTE FONT SIZE */
.xx-small { font-size: 6pt; }
.x-small { font-size: 8pt; }
.small { font-size: 9pt; }
.medium { font-size: 10pt; }
.large { font-size: 12pt; }
.x-large { font-size: 18pt; }
.xx-large { font-size: 24pt; }

/* RELATIVE FONT SIZE */
/*
.xx-small { font-size: xx-small; }
.x-small { font-size: x-small; }
.small { font-size: small; }
.medium { font-size: medium; }
.large { font-size: large; }
.x-large { font-size: x-large; }
.xx-large { font-size: xx-large; }
*/

