.txt {
		font-family: arial;
		font-size: 14px;
		color: #0000a0;
		text-align: justify;
		margin: 0px;
		}
.footer {
		font-family: arial;
		font-size: 10px;
		color: #b9b9b9;
	}

/* For Main Menu */
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
font-weight: bold;
font-family: arial;
font-size: 14px;
}

#navcontainer ul li { display: inline; color: #fff;}

#navcontainer ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #679ACF;
}

#navcontainer ul li a:hover
{
color: #fff;
background-color: #0101FF;
}

/* For Bottom Buttons */

#bottom_buttons ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
font-weight: bold;
font-family: arial;
font-size: 14px;
}

#bottom_buttons ul li { display: inline; color: #fff;}

#bottom_buttons ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #fff;
}

#bottom_buttons ul li a:hover
{
color: #fff;
background-color: #0101FF;
}


/* For Products Page */
#products ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
font-weight: bold;
font-family: arial;
font-size: 14px;
}

#products ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #679ACF;
}

#products ul li a:hover
{
color: #fff;
background-color: #0101FF;
}
