/*  CSS for my HomePage */

body {
	background-color: #eeeeff;
	color: #000044;
}

A:link { text-decoration:none; font-weight:bold; color:#000088 }
A:visited { text-decoration:none; font-weight:bold; color:#000088 }
A:active { text-decoration:none; font-weight:bold; color:#000088 }
A:hover { text-decoration:underline; font-weight:bold; color:#8888ff; }

.label {
	color: #000000;
	font-style: italic;
	font-size: small;
	text-align: left;
}

.label2 {
	color: #000044;
	font-style: italic;
	font-size: small;
	text-align: right;
	border-style: none;
}

.new {
	color: #ffffff;
	background-color: #6060a0;
	text-align: center;
	font-size: large;
	font-style: italic;
	text-decoration: bold;
}

.date {
	color: #ffeeee;
	background-color: #006090;
	text-align: right;
}

.in {
	color: #ffffff;
	background-color: #004080;
	text-align: left;
}
