body {
	background-color: #CCCCCC;
}
.button {
	font-size: 18px;
	background-color: #FFFFFF;
	text-align: center;
	display: block;
	color: #000000;
}
.button:hover{
	background-color: #FFFF99;
}
.style2 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.textside {
	color: #FFFFFF;
	font-size: 18px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.link2 {
	font-size: 16px;
	color: #000000;
}
.link2:hover
{
	text-decoration: underline;
}
.link3 {
	font-size: 16px;
	color: #C10537;
}
.link3:hover
{
	text-decoration: underline;
}
.side {
	background-image: url(images/side.png);
	background-repeat: repeat-y;
}
.style3 {
	font-size: 18px;
	font-weight: bold;
}
.style4 {
	color: #C10536;
	font-size: 18px;
	font-weight: bold;
}