/* CSS Document */

body{
	background-color: Blue;
	color: Black;
}

table{
	vertical-align: top;
	background-position: top;
}

th{
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-variant: small-caps;
	color: #FF0000;
}

.midTable{
	background-color: white;
	vertical-align: top;
}

.header{
	background-color: #FFFF00;
	color: #FF0000;
}

.menu{
	background-color: #313063;
	color: #FFFFFF;
}

.menuover{
	background-color: Yellow;
	color: Red;
	cursor: hand;
}

.menuclick{
	background-color: Blue;
	color: Red;
	cursor: hand;
}

.contentHeader{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: left;
}

.content {
	color:#000000;
	text-align: left;
	padding-bottom: 10px;
}

.contentDate{
	color:#000000;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-position: top;
}

.contentTitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-variant: small-caps;
	color: #000000;
	background-position: left;
	text-align: left;
	font-style: italic;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #0000FF;
}

.diarydate {
	font-size: large;
	color: #FF0000;
	text-align: left;
}

ul {
	text-align: left;
}
