BODY {
   background-repeat: no-repeat;
   background-attachment: fixed;
}

P {
	font-family: arial;
	font-size: 8pt;
	color : #111111;
    text-align: justify;
	line-height: 10pt;
}

P.center {
	font-family: arial;
	font-size: 8pt;
	color : #111111;
    text-align: center;
    line-height: 10pt;
}

P.guestbook_name {
	font-family: arial;
	font-size: 8pt;
	color : #111111;
	font-weight: bold;
}

P.guestbook_date {
	font-family: arial;
	font-size: 6pt;
	color : #111111;
	text-align : right;
}

P.guestbook_text {
	font-family: arial;
	font-size: 8pt;
	color : #111111;
	text-align : justify;
}


P.tinyright {
	font-family: arial;
	font-size: 7pt;
	color : #111111;
	text-align : right;
}

P.tinycenter {
	font-family: arial;
	font-size: 7pt;
	color : #111111;
	text-align : center;
}

P.tiny {
	font-family: arial;
	font-size: 7pt;
	color : #111111;
}

P.bold {
	font-family: arial;
	font-size: 9pt;
	color : #111111;
	font-weight: bold;	
}

A  {
	text-decoration : none;
	color : #222244;
}

A:Visited  {
	text-decoration : none;
	color : #222222;
}

A:Active  {
	text-decoration : none;
	color : #222222;
}

A:Hover  {
	color : #222244;
	font-style : italic;
}

