/*
 * styesheet for Tricia's footrestreflexology website
 */
/* margin: top right bottom left */
body {
/*    margin:10px 2% 10px 2%; */
/*    background-image:url('assets/backgroundblank.jpg'); */
    background-color: #e2ffc9;
    color:white;
    background-repeat: no-repeat;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;       
}

/* The color used to display links */
a, a:link {
    color: #ffffff;
    text-decoration: none;
    font-weight:normal; 
}

/* The color used to display links that you've previously visited */
a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* The color a link changes to when you hover over it */
a:active, a:hover {
    color: #2d7a06;
}

.whitetext {color:#ffffff}
.greentext {color:#2d7a06}

/* controls appearance of unordered lists */
ul 
{
color:#fff200
}
/*
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}
table.full {
    width: 100%;
}
table {
    border: 0px solid #000000;
    border-collapse: collapse;
    margin-top: 5px;
    margin-bottom: 5px;
}
td,th {
    padding: 2px;
    border: 0px solid #000000;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;       
}
thead,tbody {
    border-top: 0px solid #000000;
    border-bottom: 0px solid #000000;
}
*/