/* CSS Document */

body {
    background-color: #333333;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: small;
}

h1, h2, h3, h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #666633;
	border-left-color: #666633;
}


#table_header{
    font-weight: bold;
    font-size: 19px;
    margin: 0;
}

form {
    margin: 0;
     padding: 0;
}
input, textarea {
    background-color: #E2E1C5;
}

a {
    color: #333333;
    text-decoration: none;
}
a:hover {
    color: #8B7850;
    text-decoration: underline;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Used in about.txt, contact.txt, main.txt */

#add_table_border {
    padding-right: 2px;
    padding-left: 5px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-left-style: solid;
}

#add_table_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}



