﻿body 
{

}

h1
{
    color: #86a63d;
    font-family: 'Lucida Sans',Verdana, Arial,;
    letter-spacing: 0em;
}

a 
{
    text-decoration:none;
}

a:visited
{
    color: #0066FF;
}

a:hover
{
    text-decoration:underline;
}

h2
{
    color: #000;
    font-family: 'Lucida Sans',Verdana, Arial,;
    letter-spacing: 0em;
}

h3
{
    color: #FF3300;
    font-family: 'Lucida Sans' , Verdana, Arial;
    letter-spacing: 0em;
    font-size: 18px;
}

h4
{
    color: #CC6600;
    font-family: 'Lucida Sans' , Verdana, Arial;
    letter-spacing: 0em;
    font-size: 13px;
    font-weight: bold;
}

h5
{
    color: #003366;
    font-family: Verdana, Arial, "新細明體" , "微軟正黑體";
    letter-spacing: 0em;
    font-size: 15px;
    font-weight: bold;
    padding: 2px 5px;
    line-height: 22px;
}

p
{
    font-family: Verdana, Arial;
    letter-spacing: 0em;
    padding-bottom:10px;

}

p.img
{
    padding-bottom:10px;
    text-align: center;
}

p img
{
    padding:1px;
	border: 1px solid #CCCCCC;
	margin:5px;
}

p img.none
{
    padding:1px;
	border: 0px solid #CCCCCC;
	margin:5px;
}


.table
{
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-top-color: #008000;
    border-bottom-color: #008000;
}
.table td
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #4ECB64;
    padding:4px;
}

.table td.date-2
{
    background-color: #DCE4C7;
    font-weight: bold;
    font-size: 14px;
}
.table td.date
{
    background-color: #FFFFE6;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #4ECB64;
}

.table p
{
    margin:0;
}

.table td.lineright
{
    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #4ECB64;

}
