

body {
    color: #fcf;
    background-color: #0c0;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bold;
  }


#container {
    width: 600px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }


#content {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }


.col_left {
    width: 285;
    vertical-align: top;
  }


.col_right {
    vertical-align: top;
  }


a.visited {
    color: #f0f;
  }


a {
    color: yellow;
  }


li {
    text-align: center;
    font-weight : bold;
    list-style-type : none;
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
  }


li.old {
    text-align: center;
    font-size: 11px;
    list-style-type : none;
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
  }
  
ul.menu
{
	display: inline;
	list-style: none;
}

li.menu
{
	display: inline;
	list-style: none;
}

li.menu_old
{
	display: inline;
	list-style: none;
	font-size: 11px;
}

#top_menu
{
	text-align: center;
	margin-bottom: 5px;
}

div.spacer
{
	padding: 10px;
}


