@charset "UTF-8";
body  {
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FF0000;
	background: url(/etc/lightpinkbg.jpg);

}

////////////////////// non-layout css ///////////////////

a { 
color: #ff0000;
font-weight:bold;
text-decoration:none;
border-bottom: thin dashed #FFF;
} 

a:active, a:visited, a:link { 
color: #ff0000;
font-weight:bold;
text-decoration:none;
border-bottom: thin dotted #FFF;
} 

a:hover { 
color: #FFF;
font-weight:bold;
text-decoration:none;
border-bottom: thin solid #ff0000;
}

month {
border-bottom: 1px dotted #ff0000;
font-family:courier;
font-weight: bold;
font-size:14px;
}

year {
border-bottom: 1px dotted #ff0000;
font-family:courier;
font-weight: bold;
font-size:18px;
}