/* Cascading Style Sheet for the new Welsh Revival website */

body {
margin: 0;
padding: 0;
background-image: url('images/backdrop.gif');
background-color: #F9F8E5;
font-family: georgia, verdana, sans-serif;
}

td.menu {
font-size: 8pt;

}

h1 {
color: #003399;
font-size: 17pt;
font-weight: bold;
text-align: center;
}

h2 {
color: #003399;
font-size: 15pt;
font-weight: bold;
text-align: center;
}

h3 {
color: #003399;
font-size: 13pt;
font-weight: bold;
text-align: center;
}

td {
background-color: #FFFFFF;
font-family: georgia, verdana, sans-serif;
font-size: 10pt;
color: #000000;
text-align: justify;
}

td.chapterheading {
background-color: #003399;
font-family: georgia, verdana, sans-serif;
font-size: 16pt;
font-weight: bold;
color: #F9F8E5;
text-align: center;
padding: 2;
}

td.copyhead {
background-color: #003399;
color: #F9F8E5;
font-family: georgia, verdana, sans-serif;
font-size: 10pt;
text-align: center;

}

td.copybody {
background-image: url('images/backdrop.gif');
padding: 10;
font-size: 8pt;

}

td.copybase {
background-color: #F9F8E5;
color: #000033;
font-family: georgia, verdana, sans-serif;
font-size: 8pt;
text-align: center;
}

td.tocontents {
background-color: #F9F8E5;
font-family: georgia, verdana, sans-serif;
font-size: 10pt;
font-weight: normal;
color: #000000;
text-align: right;
padding: 1;
}

a:link, a:visited, a:active, {
color: #003399;
text-decoration: none;
}

a:hover {
color: #F9F8E5;
text-decoration: none;
background-color: #003399;
}