/* * * * * * * * * * * * * * * * * * * * * * * * * * * **
*    Document   : services.css                          *
*    Created on : 21 09 2553, 13:55:00                  *
*    Author     : Titipong Pakinsri                     *
*    Description:                                       *
*        stylesheet for web services.php                *
* * * * * * * * * * * * * * * * * * * * * * * * * * * **/
.font, .dtfont13, .lnfont, .lnboxfont, ul.cfont, p.font, div.cfont, p.cfont, li.cfont { font-family: Tahoma, Geneva, sans-serif; }
/*
.dtfont13 { font-size: 13px; color: black; }
.lnfont, .lnboxfont { font-size: 14px; font-weight: bold; color: black; }

.lnboxfont { font-size: 13px; font-weight: normal; color: #696969; }

.ln { text-decoration: none; }

.inpaddt { text-indent: 20px; padding-left: 40px; }
.tbpadr { padding-right: 10px; }
*/
/* old use*/
.indentdt { text-indent: 40px; }
/* new style */
div.padlr { padding-left: 20px; padding-right: 20px; }
ul.cfont { font-size: 14px; }
p.font {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-align: left;
    padding-top: 10px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #a0cfec;
}
div.cfont, p.cfont, li.cfont { font-size: 14px; }
/* unvisited link */
a:link, div a:link { text-decoration: none; color: #999999; }
p a:link { text-decoration: none; color: #000000; }
/* visited link */
a:visited, div a:visited { text-decoration: none; color: #a0cfec; }
p a:visited { text-decoration: none; color: #000000; }
/* mouse over link */
a:hover, div a:hover { text-decoration: none; color: #6698ff; }
p a:hover { text-decoration: none; color: #000000; }
/* selected link */
a:active, div a:active { text-decoration: none; color: #a0cfec; }
p a:active { text-decoration: none; color: #000000; }
