body
{
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 24px;
    background-image: url('Images/Background.jpg');
    background-repeat: repeat-y;
}

p{}

.ThemeTitle
{
    font-size: 36px;
    font-style: oblique;
    font-weight: bolder;
}
.ThemeContent
{
    font-size: 18px;
}
.ThemeContentSmall
{
    font-size: 12px;
}

.TableBackground
{
	background-image: url('Images/HalleBackground.jpg');
	background-position: 100px 150px;
	background-repeat: no-repeat;
	height: 560px;
	min-height: 560px;
	width: 960px;
}
