body {
	background-image:url(../elements/tile.jpg);
	background-repeat: repeat;
}

.maintext {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.5
}

.sidetext {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color:  #618BBB;
	line-height: 1.5
}

.pagetitle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color:#336699
}

.subtitle {
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	color:  #618BBB;
}

.pictures {
	color:  #FFFFFF;
}

a:link {
	text-decoration: none;
	color:  #618BBB;
}
a:visited {
	text-decoration: none;
	color:  #618BBB;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color:  #618BBB;
}
