/* stylesheet */

body {
	background-image:url(bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-position: center;
}

/* page titel */
.title,
a.title:link,
a.title:visited{
font-family: arial;
font-size: 25px;
font-weight:bold;
color:#767676;
}

/* page text */
.text,
a.text:link,
a.text:visited{
font-family: arial;
font-size: 20px;
font-weight:normal;
color:#767676;
}

/* page small text */
.stext,
a.stext:link,
a.stext:visited{
font-family: arial;
font-size: 15px;
font-weight:normal;
color:#767676;
}
