/* file: general.css
* Kissin Institute of Softwear Generic style
* written by yav <yav@mte.biglobe.ne.jp>
*
* This style sheet conformings to CSS level-1
*
* Refer:
* http://www.w3.org/TR/REC-CSS1
* http://flex.ee.uec.ac.jp/japanese/riron/tool/w3/index.html
*/
body {
color: navy; /* filename must be changed to ADMIRAL.css in NAVY */
background-color: #ffffcc;
background-image: url(bg.gif);
font-family: serif;
}
h1 {
color: black;
background-color: white;
font-size: 2em;
text-align: center;
}
h2 {
color: #007733;
font-size: 1.5em;
background-color: #ffddee;
border-color: olive;
border-right-width: 2px;
border-bottom-width: 2px;
}
h3 {color: green; font-size: 1.4em}
h4 {color: green; font-size: 1.25em}
h5 {color: green; font-size: 1.2em}
h6 {color: green; font-size: 1.1em}
p {
margin-left: 2em;
margin-right: 2em;
text-indent: 1em;
}
a:link {color: blue}
a:visited {color: purple}
a:active {color: red}
a:hover {background-color: #c0ffee}
kbd {font-family: monospace}
code {font-family: monospace}
.file {font-family: monospace}
.altfile {
font-family: monospace;
font-size: 0.8em;
}
.topic {
text-align: center;
font-family: cursive, sans-serif;
}
.note {
text-align: right;
font-family: cursive, sans-serif;
font-size: 0.8em;
}
p.opinion {text-align: center;}
p.author {text-align: right;}
/* End of file */