/* global stylesheet */

/* global overrides */
h1,h2 { text-align: center};

a:link {
	color:white;
	background-color:transparent;
}

a:visited {	
	color:#ff88ff;
	background-color:transparent;
}

a:hover {
	color:aeff9e;	
}

a:active {
	color:white;
	background-color:transparent;
}

/* custom classes */
.signature { font-size: 8pt;  font-style: italic }
.img_ralign { float: right }
.note { font-size: 8pt; font-style: italic }

.BlogGallery {
	margin:10px;
	text-align:center;
	font-size: 120%;
	width:250px;
}

.YumiGallery {
	padding:10px;
	background-color:#3DB1FF;
}

.KyokoBlog {	
	padding:5px;
	background-color:pink;
}

a.RelativesLink:link { color: black; }
a.RelativesLink:visited { color: black; }
a.RelativesLink:hover { color: blue; }
