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

margin {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

body {
	background-image: url(rosebg.png);
}

.content {
	background-color: #6a4b2e;
	font-size: 13px;
	font-family: century schoolbook, georgia, times new roman;
	line-height: 18px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;	
	}
	
table {
	background-color: #634529;
	font-size: 13px;
	font-family: century schoolbook, helvetica, times new roman;
	}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #ffffff;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #000000;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #ffffff;
	}

