﻿@charset "UTF-8";
/* CSS Document */

body {
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-image: url('images/love_prints_bg.png');
	color: #622274;
	text-align:justify;
}
a:link {
	font-size: inherit;
	color: #006699;
	text-decoration: none;
}
a:visited {
	font-size: inherit;
	color: #006699;
	text-decoration: none;
}
a:hover {
	font-size: inherit;
	color: #006699;
	text-decoration: underline;
}
a:active {
	font-size: inherit;
	color: #006699;
	text-decoration: none;
}

.header {
	min-width: 800px;
	height: 125px;
}
.content {
    text-align:justify;
}


