/* tyyli.css - AllK9Sports www-sivujen tyylisäännöt */


BODY {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;

scrollbar-face-color: #FFFFFF; 
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #000000; 
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF; 
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #000000;
background-color: #FFFFFF;

      
}


    H1 {
        font-family: "Verdana";
        font-size: 40px;
        text-align: center;
        font-weight: bold;
        color: #ffffff;
    }
    H2 {
        font-family: Verdana;
        font-size: 12px;
        font-weight: bold;
        color: #088454;
    }

    H3 {
        font-family: Verdana;
        font-size: 12px;
        font-weight: bold;
        color: #000000;
    }


    img {
	border=0  }

    P { font-family: Verdana; font-size: 12px; text-align: left; margin=10px}

    .top { vertical-align: top  }
    .left { text-align: left }
    .justify { text-align: justify }


    DL, UL, OL { font-family: verdana; font-size: 12px; }

    TD {  }

    A:link {
        font-family: verdana;
        font-size: 12px;
        color: #088454;
        text-decoration: none;
    }
    A:visited {
        font-family: Verdana;
        font-size: 12px;
        color: #088454;
        text-decoration: none;
    }
    A:hover {
        font-family: verdana;
        font-size: 10px;
        text-decoration: none;
    }
    A:active {
        font-family: verdana;
        font-size: 12px;
        color: #088454;
        text-decoration: none;
    }


