/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 125% georgia, sans-serif;
	line-height: 1.88889;
	color: #555753; 
	background: #fff url(blossoms.jpg) no-repeat bottom right; 
	margin: 20; 
	padding: 0;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
.smalltext {
	font-size: 12px;
}

h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #9176CF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #8562A2;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #836DAD;
	}






.headerlink {
	border: 1px solid #999999;
	font-size: 10px;
	font-weight: normal;
	color: #006699;
	padding: 2px;
}
