* {
  box-sizing: border-box;
}
a.navblack:link { text-decoration: none; color: blue; font-family: Verdana, Arial, sans-serif; font-size: 18px; font-weight: bold; }
a.navblack:visited { text-decoration: none; color:blue ; font-family: Verdana, Arial, sans-serif; font-size: 18px; font-weight: bold; }
a.navblack:hover { text-decoration: underline; color: red; font-family: Verdana, Arial, sans-serif; font-size: 18px; font-weight: bold; }

a.navblack1:link { text-decoration: none; color: blue; font-family: Book Antiqua, Verdana, Arial, sans-serif; font-size: 14px; font-weight: bold; }
a.navblack1:visited { text-decoration: none; color:blue ; font-family: Book Antiqua,Verdana, Arial, sans-serif; font-size: 14px; font-weight: bold; }
a.navblack1:hover { text-decoration: underline; color: red; font-family: Book Antiqua,Verdana, Arial, sans-serif; font-size: 14px; font-weight: bold; }

a.navl:link { text-decoration: none; color: blue; font-family: Book Antiqua, Verdana, Arial, sans-serif; font-size: 8px; font-weight: bold; }
a.navl:visited { text-decoration: none; color:blue ; font-family: Book Antiqua,Verdana, Arial, sans-serif; font-size: 8px; font-weight: bold; }
a.navl:hover { text-decoration: none; color:red; font-family: Book Antiqua,Verdana, Arial, sans-serif; font-size: 8px; font-weight: bold; }

a.navd:link { text-decoration: none; color: red; font-family: Book Antiqua, Verdana, Arial, sans-serif; font-size: 20px; font-weight: bold; }
a.navd:visited { text-decoration: none; color:red ; font-family: Book Antiqua,Verdana, Arial, sans-serif; font-size: 20px; font-weight: bold; }
a.navd:hover { text-decoration: underline; color:blue; font-family: Book Antiqua,Verdana, Arial, sans-serif; font-size: 20px; font-weight: bold; }

.div{
	/* default background colour, for all layout engines that don't implement gradients */
background: #8d8d8d;

/* gecko based browsers */
background: -moz-linear-gradient(top, #7a7a7a, #c0c0c0);

/* webkit based browsers */
background: -webkit-gradient(linear, left top, left bottom, from(#7a7a7a), to(#c0c0c0));


-moz-border-radius: 20px;
-webkit-border-radius: 20px;
    border-radius: 20px;   
 
}

.divo{
	


-moz-border-radius: 20px;
-webkit-border-radius: 20px;
    border-radius: 20px;   
 
}


.digit {
	/* default background colour, for all layout engines that don't implement gradients */
background: #9A9A9A;

/* gecko based browsers */
background: -moz-linear-gradient(top, #7a7a7a, #c0c0c0);

/* webkit based browsers */
background: -webkit-gradient(linear, left top, left bottom, from(#7a7a7a), to(#c0c0c0));


-moz-border-radius: 20px;
-webkit-border-radius: 00px;
    border-radius: 20px;   
 
}


.digit1{
-moz-border-radius: 20px;
-webkit-border-radius: 00px;
    border-radius: 20px;  

}
