body 
{ 
background-image: url('img/bg.gif');
background-repeat: repeat-x;
font-family: Verdana;
font-size: 12px;
background-color: #E0E0E0
}

p
{
font-size: 12px
}

td
{
font-size: 12px
}

a:link
{
color: #C5C5C5
}

a:visited
{
color: #808080
}

a:active
{
color: #808080
}



.backdown
{
background-repeat: no-repeat;
background-image: url(img/backg.jpg)
}

.logo
{
background-repeat: no-repeat;
background-position: top right;
background-image: url(img/backl.jpg)
}


.viewGuestbook {
	font-size : 12px;
	background-color : #E0E0E0;
	border-left : 1px dotted Black;
	border-right : 1px dotted Black;
	border-bottom : 1px dotted Black;
	padding-left : 15px;
	padding-right : 15px;
	padding-bottom : 10px;
	text-align: left;			
}

.normalText {
	font-size : 12px;
	background-color : #FFFFFF;
	border-left : 1px dotted Black;
	border-right : 1px dotted Black;
	border-top : 1px dotted Black;
	border-bottom : 1px dotted Black;
	padding-left : 15px;
	padding-right : 15px;
	padding-top : 6px;
	padding-bottom : 6px;
	text-align: left;
}
