
#historyText{
	margin: 4px;
	padding: 4px;
	padding-top: 12px;
    background-image: url(../images/net5grad.jpg);
    background-position: top;
	background-repeat: repeat-x;
}

#historyTable{
    border: 1px solid #999999;
    font-size: 100%;
    position: relative;
    margin-left: 100px;
    margin-top: 8px;
    margin-bottom: 16px;
    width: 600px;
}

*html #historyTable{
    margin-top: 12px;
}

#historyTable th{
    background-color: #999;
    color: white;
    padding-left: 4px;
    padding-right: 4px;
}

#historyTable td{
    background-color: #E1E1E1;
    padding-left: 4px;
    padding-right: 4px;
}

#historyTable a{
    text-decoration: none;
}

#historyTable a:visited{
    text-decoration: none;
}

#historyTable a:hover{
    text-decoration: underline;
}

