﻿.circle
{
    width: 25px;
    height: 25px;
    border-radius: 30px;
    line-height: 25px;
    font-weight: bold;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 17px;
}
.circleH
{
    width: 20px;
    height: 20px;
    border-radius: 30px;
    line-height: 20px;
    font-weight: bold;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 17px;
}
.nav_Table
{
    position:absolute; 
	top:0; 
	width:100%; 
	height: 100px;
    z-index: 10000;
}
