/* yhteystiedot & linkit sivujen tyylitiedosto */
/*  myös ampumaviikon ohjelman esittelevällä
    sivulla käytetään tätä tyylitiedostoa     */
BODY {
/*  background-color: white; */
    background-color: white;
    background-image: none;
}

H3 {
    font-size: 18px;
    line-height: 20px;
    color: black;
    font-style: bold;
    text-align: center;
    /* text-decoration: underline; */
    border-style: double;
    background-color: #ffe729;
}

P.paivays { /* viikko-ohjelman päiväys */
    font-size: 16px;
    line-height: 18px;
    color: black;
    font-style: bold;
    text-align: center;
}

.keskitetty {  /* Tulostaulukoiden sijoittelu*/
    margin-left: auto;
    margin-right: auto;
}

 DIV.sis_leipateksti { 
    text-align: justify;
    margin-left: 70px;
    margin-right: 20px;
}

DIV.tervetuloa { /* tervetulotoivotus viikko-ohjelmassa */
    padding-top: 20px;
    font-size: 24px;
    line-height: 26px;
    color: green;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

DIV.vasen_palsta { /* yhteystiedot sivun vasen palsta */
    width: 40%;
    text-align: left;
    float: left;
    padding-right: 1cm;
    margin-left: 1cm;
}

DIV.oikea_palsta { /* yhteystiedot sivun oikea palsta */
    width: 40%;
    text-align: left;
    float: right;
    padding-top: 30px;
    padding-left: 1cm;
    margin-right: 1cm;
}

P.otsikko { /* yhteystiedot -sivun väliotsikot */
    text-align: left;
    font-weight: bold;
    font-style: slanted;
}

P.otsikko2 {
    text-align: left;
    font-weight: bold;
    font-style: slanted;
    padding-top: 30px;
}

DIV.sisennetty {
    padding-top: 10px;
    margin-left: 70px;
}

LI {
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
}

SPAN.kursivoitu {
    font-style: italic;
}

SPAN.lihavoitu {
    font-weight: bold;
}

SPAN.huomiot {
   /* font-weight: bold; */
   color: red;
    font-style: italic;
}

SPAN.lihkur {
    font-weight: bold;
    font-style: italic;
}

A:link {
    color: blue;
}

A:visited {
    color: blue;
}

A:active {
    color: blue;
}
