body {
	text-align: center;
	min-width: 800px;
	background: #172B81;
}

.copyrightText {
    color:                  white;
    font-family:            tahoma, arial;
    font-size:              12px;
	text-decoration:		italic;
}

.sectionTitle {
    color:                  red;
    font-family:            arial;
	font-weight:			bold;
    font-size:              14px;
}

.sectionText {
    color:                  black;
    font-family:            tahoma, arial;
    font-size:              12px;
}

.welcomeText {
	color:		white;
	font-weight:	bold;
	font-family:	tahoma, arial;
	font-size:		12px;
}