/* CSS Document */



P{

 color:#FFFFFF

 }



BODY{

 background-color:#003300;

}





A:link{color: #ffffff;}

A:visited{color: #ffffff;}

A:active{color: #ffffff;}

.3lines {border: thin solid #000000;

}

.4sides {

	border: thin solid #000000;

}

.white {

	color: #FFFFFF;

}

.buttonstyle {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	color: #FFFFFF;

	background-color: #003300;

}


input#capatcha {
    width:          240px;
    height:         58px;
    border:         1px solid #cccccc;
    font-size:      32px;
    font-family:    "Garamond", "Times new roman", Garamond, Serif;
    color:          #003300;
    text-align:     center;
    background:     #CCFF99;
    font-weight:    bold;
    letter-spacing: .25em;
}

col.member-name {
    width:              120px;
    font-weight:        bold;
}

col.topic {
    width:              auto;
}


col.ip-address {
    width:              120px;
}

table#posts-by-ip,
table#responses-by-ip {
    border-collapse:        collapse;
}


table#posts-by-ip th,
table#responses-by-ip th {
    background:         #900;
    color:              #fff;
    font-weight:        bold;
}

table#posts-by-ip td,
table#responses-by-ip td {
    border-bottom:          1px dotted #778;
    padding:                .1em;
}


div.buttons {
    text-align:             right;
    padding:                0 2em 0 0;
    margin:                 1em;
}


