<!-- $Id: diary.css,v 1.2 2001/07/13 09:12:35 yuki Exp $ -->
<!-- This file is for my dialy cascading style sheet -->

body {
	background-color :		#b9ddcc;
	color :		 		#005846;
}

h1 {
	color :		 		darkgreen;
	text-decoration :		underline;
}

h2 {
	background-color :		skyblue;
	text-decoration :		underline;
}

strong {
	color :				#434e9c;
}

a:hover {
	color :				red;
}

.index {
        vertical-align :		top;
        text-align :			top;
	background :			#b9ddcc;
	font-size :			small;
	font-weight :			bold;
	color :				#0d3b33;
}

.contents {
	  background :			#b9ddcc;
}

