﻿.navbar {
font-family: Arial, sans-serif;
font-size: 1em;
color: #A1A1A1;
margin: 9px 0px 6px 0px;
line-height: 30px;
}
.navbar-bg {
text-align: center;
}
.navbar-bg ul {
list-style: none;
margin: 0px;
padding: 0px;
}
li {
list-style-type: none;
display: inline;
padding: 0px 10px 0px 10px;
}
li a {
text-decoration: none;
color: #A1A1A1;
}

li a:visited {
text-decoration: none;
color: #A1A1A1;
}
li a:hover {
text-decoration: none;
color: #eee;
}
li.current-page a {
text-decoration: none;
color: #fff;
font-weight: bold;
}

a {
	color:white;
	text-decoration:none;
}
a:hover {
	color:white;
	text-decoration:underline;
}

a:visited {
	color:white;
	text-decoration:underline;
}
