@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-position: center top;
	background-repeat: repeat;
}
.Big_Border {
	border: medium solid #000;
}

.body_text {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
}
a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none
}
a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none
}
a:active {
	color: #000;
	font-weight: bold;
	text-decoration: none
}

.guestbook_entry {
	font-size: 15px;
	background-color: #A3A3A3;
	border: thin solid #000;
}

.guestbook_postbox {
	font-size: 18px;
	background-color: #B6B6B6;
	border: thin solid #000;
}

.entry_body {
	font-size: 15px;
	background-color: #B6B6B6;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.text_box_border {
	border: 1px solid #000;
}

.bold_font {
	font-weight: bold;
}.underline {
	text-decoration: underline;
}
