/*
File name:      lang.en.css
Description:    Stylesheet for English pages
Author:         imacat <imacat@mail.imacat.idv.tw>
Date:           2001-11-04
Copyright:      (c) 2001-2003 imacat */

/* general */
body {
    font-family: Arial, sans-serif;
}
p {
    text-indent: 0.5in;
}
h1, h2, h3, h4, h5, h6, caption, dt {
    font-family: "Times New Roman", "Times.New.Roman", times, serif;
    font-weight: bolder;
}
q {
    quotes: '"' '"' "'" "'";
}
cite {
    quotes: "\00AB" "\00BB";
}
ol {
    margin: 0;
    padding: 0 0 0 0.5in;
}
ol > li {
    list-style: decimal;
}

/* title */
.title h2 {
    font-family: Arial, sans-serif;
}
.title h1 {
    font-family: "Viner Hand ITC", "Viner.Hand.ITC", "Monotype Corsiva",  "Monotype.Corsiva", cursive;
}
.title p {
    font-family: "Monotype Corsiva", "Monotype.Corsiva", cursive;
    font-weight: bolder;
}
.me h1, .me h2, .me h3, .me .pagepath {
    font-family: "Comic Sans MS", "Comic.Sans.MS", fantasy;
}
.les h1, .les h2, .les h3, .les h4, .les h5, .les h6 {
    font-family: "Comic Sans MS", "Comic.Sans.MS", fantasy;
}

/* page path */
.links .pagepath {
    font-family: "Times New Roman", "Times.New.Roman", times, serif;
    font-weight: bolder;
}

/* Travellers' Book */
.guestbook .entry address {
    font-family: "Times New Roman", "Times.New.Roman", times, serif;
}
.guestbook .entry address cite {
    font-family: "Viner Hand ITC", "Viner.Hand.ITC", "Monotype Corsiva",  "Monotype.Corsiva", cursive;
}

/* Soundless Backalley */
.garbage .entry address {
    font-family: "Times New Roman", "Times.New.Roman", times, serif;
}

/* Keep Travelling */
.links .linkslist li cite {
    font-family: "Times New Roman", "Times.New.Roman", times, serif;
    font-weight: bolder;
}

/* Not currently used */
/* Curriculum Vitae */
.cv h1, .cv h2 {
    font-family: Arial, sans-serif;
}
