/*
 * Style sheet for the WWW-KR
 * http://sharon.comeng.chungnam.ac.kr/~dolphin/WWWKR/
 */

<STYLE TYPE="text/css"><!--
BODY {
  color: #000;
  background: #FFF;
  margin-left: 2%;
}

H1, H2 {
  margin-left: 1%;
  color: #900;
  font-family: arial, helvetica, sans-serif;
}


H3 {
  color: #005A9C;
  font-family: arial, helvetica, sans-serif;
}

A:link 
   { color: 006666;
   font-family: arial, helvetica, sans-serif;
   }

A:visited, A:active { 
  color: 006666;
  font-family: arial, helvetica, sans-serif;
  }

.hide {
  display: none;
  color: white;
}

SPAN.date { font-size: 0.8em }

SPAN.attribution {
  font-weight: bold
}

BLOCKQUOTE {
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 2pt;
  margin-bottom: 2pt;
  font-family: Time New Roman;
}

ADDRESS {
  text-align: right;
  font-weight: bold;
  font-style: italic
  font-family: Time New Roman;
}


/* The following section creates a set of partially overlapping
      headlines in different colors and font families. Negative
      margin values must be set on block-level elements to have an
      effect - in this document P elements are used and the selectors
      are named '#p*'. Since these headlines contain links, they will
      normally be colored accordingly. To override this, SPAN elements
      have been inserted within the A elements and the colors and
      fonts are set on these. The respective selectors are  named '#s*'.
*/


#s1 {
  color: #DDD;
  font: 50px Impact, sans-serif;
}

#p1 {
  margin-top: -30px;
  text-align: right;
}

#s2 {
  color: #000;
  font: italic 40px Georgia, serif;
}

#p2 {
  margin-top: -80px;
  margin-left: 5%;
}

#s3 {
  color: #080;
  font: 40px Verdana, sans-serif;
}

#p3 {
  margin-top: 10px;
  text-align: center;
}



#s4 {
  color: #37F;
  font: bold 50px Courier New, monospace;
}

#p4 {
  margin-top: -20px;
  margin-left: 7%;
  text-align: left;
}



#s5 {
  color: #F73;
  font: bold 50px Verdana, sans-serif;
}

#p5 {
  margin-top: -20px;
  text-align: right;
}



#s6 {
  color: #22A;
  font: bold 25px Verdana, sans-serif;
}

#p6 {
  text-align: center;
  margin-top: -30px;
}


#s7 {
  color: #088;
  font: italic 20px Verdana, sans-serif;
}

#p7 {
  text-align: right;
  margin-top: -10px;
}


#s8 {
  color: #088;
  font: italic 20px Verdana, sans-serif;
}

#p8 {
  margin-top: -10px;
  margin-left: 3%;
}


#s9 {
  color: #000;
  font: 20px Georgia, serif;
}

#p9 {
  margin-top: -10px;
  margin-left: 30%;
}

#s10 {
  color: #900;
  font: bold 10pt Georgia, serif;
}

#p10 {
  text-align: right;
  margin-top: -10px;
}


#s11 {
  color: #990;
  font: italic 20px Georgia, serif;
}

#p11 {
  margin-top: 0px;
  margin-left: 20%;
}

--></STYLE>

