a, .navbar-default .navbar-nav li a:hover
{ 	color: rgb(255, 0, 102);
}

a:hover, .sidenav li a:hover, .menucontent a.selected
{
	/*color: #afda01;*/
	color: rgb(255, 0, 102);
	/*color: #FF8490;*/
	text-decoration: underline;
}

.navbar, .menucontent
{
	/*padding: 15px;*/
	background-color: rgb(153, 0, 0);
	/*background-color: #C81D2E;*/
	color: #ffffff;
}

.splitline 
{
	height: 3px;
}
.splitlineLeft 
{
	background-color: #afda01;
	background-color: rgb(255, 0, 102);
	width: 20px;
	float: left;
	height: 3px;
}
.splitlineMiddle
{
	float: left;
	background-color: #ffffff;
	width: 3px;
	height: 3px;
}
.splitlineRight 
{
	background-color: #c8c8c8;
	height: 3px;
}
.tagList a, .tagList a:hover
{
	background-color: rgb(255, 0, 102);
}
.bgcolor
{
	background-color: rgb(255, 0, 102); 
}
.colorline
{
	/*background-color: #afda01;*/
	background-color: rgb(255, 0, 102); 
	/*background-color: #FF8490;*/
	height: 5px;
}
.sidenav ul {
	margin: 0;
	margin-left: 15px;
	padding: 0;
	list-style-type: square;
	/*color: #afda01;*/
	color: rgb(255, 0, 102);
}
.container{ 
max-width: 990px;
background-color: #ffffff;
 }
footer { margin-top: 15px; }
footer .container {
background: none;
}
