/*
 * this file is  a style sheet for jwic.info made by yosh on Dec. 2008.
 */


/* for general use */
body {
  color: black;
  margin: 20px; 
}
a {
  color: blue;
  text-decoration: underline;
}
a:visited {
  color: purple;
}
a:hover {
  color: red;
}
h1 {
  font-size: x-large;
  text-align: center;
}
h2 {
  font-size: large;
}
h3 {
  font-size: medium;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
blockquote {
  color: red;
  margin: 10px;
  padding: 10px;
}
pre {
  color: blue;
  border: 1px dotted gray;
  margin: 10px;
  padding: 10px;
  font-size: small;
}
img {
  margin: 10px;
}
.small {
  font-size: small;
}
.underline {
  text-decoration: underline;
}
.italic {
  font-style: italic; 
}
.bold {
  font-weight: bold; 
}
.blue {
  color: blue;
}

/* for footer */
.footer {
  border-top: 1px dotted black;
  padding-top: 5px;
  font-size: small;
  text-align: right;
}
.footer img {
  margin: 0px;
  padding: 0px;
}

/* for top page only */
h1#jwictitle {
  font-size: xx-large;
  color: #006010;
  text-align: center;
}
.note {
  width: 80%;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  border: 1px dotted black;
  text-align: left;
}
.note h2 {
  font-size: medium;
  text-align: center;
}

