﻿
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);

body {
	font-style: normal;
	top: 5px;
	font-weight: normal;
	color: #2D1D1D;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	
	}
	
A:link { color:#2D1D1D; font-size: 10pt;  text-decoration:none; text-transform:uppercase; }
A:visited { color:#2D1D1D;font-size: 10pt; text-decoration:none}
A:active { color: #2D1D1D;font-size: 10pt;  text-decoration:none}
A:hover { color:#6c232c; font-size: 10pt; text-decoration:none}
	

.container {
	text-align: left;
	margin-left: 70px;
	margin-right: 70px;
	width: 1050px;
	font-size: 12pt;
	color: #2D1D1D;	
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
.guestbook{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	color: #2D1D1D;
	 
}
.guestbook_top{
	color:#fff;
	font-family: "Times New Roman";
	background-color: #d2a347;
	border-radius: 8px;
	background-image: url(images/...png);
	font-size: 19pt;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 350px;
	font-weight: normal;
	font-style: italic;
		
}




