a
{
    text-decoration: none;
}
body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #484B4D;
    font-family: Sans-Serif;
    font-size:80%;
    text-align:left;
}
#menu_table
{
    background: url('images/menubg2.jpg');
	text-align: center;
	font-size:13px;
	font-weight:bold;
}
#menu_table a:visited
{
    color: #996600;
}
#menu_table a:link
{
    color: #996600;
}
#menu_table a:hover
{
    color:#ff6633;
}
.menu_item
{
    background: url('images/menuitem.jpg');
    width:14%;
    height:48px;
}
.selected_menu_item
{
    background: url( 'images/selectedmenuitem.jpg' );
    width: 14%;
    height: 48px;
    color: #ff6600;
}
.content
{
    text-align: left;
    margin-left: 24px;
    margin-right: 24px;
}

.normtext
{
	font-family: arial;
}
.skill
{
	font-weight: bold;
	color: Green;
}

.freecell
{
	background-color: Lime;
}
.maybecell
{
	background-color: Yellow;
}

/** Stuff from the orig css.css **/
.new11 {font-family: arial;
	font-size: 12px;
	color:#000000;}
.textnew {
    font-family:arial;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	}	

