body
{
	font: 10px arial;
	font-weight : bold;
}

a:link{	font-family: Arial;	font-size: 12px;color : #800000;	font-weight: bold;	text-decoration : none;}
a:active{	font-family: Arial;	font-size: 12px; color : #FFFF80; font-weight: bold;	text-decoration : none;}
a:visited{	font-family: Arial;	font-size: 12px;	color : #800000;	font-weight: bold;	text-decoration : none;}
a:hover{color: #00C000;	text-decoration : underline;}


.sidebar
{
	width: 150px;
	height: auto;
	/* remove this to allow different-sized sidebars */
	background-color:#FFFFC0;
	color:#FFE9C9;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
}

.sidebaritem
{
    width: 130px;
    background-color:#FFFFA0;
    color:#800000;
    border: solid 1px#800000;
    font-size: 14px;
    padding: 2px;
    margin-bottom: 3px;
}

.sidebaritem.first
{
    margin-top: 5px;
}

.footer
{
	background-color:#FFFFC0;
	font-size: 10px;
	font-face: arial;
	text-align: center;
	width : 750px;
}