/* Remove unwanted elements */
.spacer1, .imagebar1, .buttonbar, .noprint
{
display: none;
}

/* Ensure the content spans the full width */
.renegade-table, .main, #paragraph-text1, #paragraph-text2, #divider-line, #paragraph-text3, privacy-text1
{
width: 100%; margin: 2% 0% 2% 0%; float: none; text-align: center;
}

/* Change text colour to black (useful for light text on a dark background) */
.lighttext
{
color: #000
}

.signature { text-align:left; color: black;}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}