* {
    padding: 0;
    margin: 0;
} 

body {
    background: #0e2a3b;
	line-height: 1.5em; 
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
    color: #a90000;
	text-decoration: underline;
}

a:visited {
        text-decoration: none;
        color: #ffffff;
}
.page-container
{
	border: 1px solid #969696;
	font-size: 	1em;
	width: 900px;
	background:  #ffffff;
}
.tab 
{
	table-layout:fixed;
	height: 30px;
}
.tab td{
width: 125px;
padding:0;
background: url('/images/122.png');
color:#ffffff;
height: 30px;

}
.tab td a:hover
{
	width: 125px;
	display:block;
	height: 30px;
	color:#000000;
	background: url('/images/222.png');
	text-decoration: none;
}