body
{
	background-color: rgb(153, 0, 0);
	background-image: url(/images/snowflakes.png);
}

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

a:hover, .sidenav li a:hover, .menucontent a.selected
{
	/*color: #afda01;*/
	color:  #000000;
	/*color: #FF8490;*/
	text-decoration: underline;
}

.menucontent
{
	/*padding: 15px;*/
	background-color: #088A08;
	/*background-color: #C81D2E;*/
	color: #ffffff;
}

.menucontent a
{
	margin-right: 15px;
}

.splitline 
{
	height: 3px;
}
.splitlineLeft 
{
	background-color: rgb(190, 0, 0);
	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(190, 0, 0);
}
.bgcolor
{
	background-color: rgb(190, 0, 0); 
}
.colorline
{
	/*background-color: #afda01;*/
	background-color: rgb(190, 0, 0); 
	/*background-color: #FF8490;*/
	height: 10px;
}
.sidenav ul {
	margin: 0;
	margin-left: 15px;
	padding: 0;
	list-style-type: square;
	/*color: #afda01;*/
	color: rgb(190, 0, 0);
}
.container, .maincontent { background-color: #ffffff }
.container{ 
max-width: 990px;
background-color: #ffffff;
 }
footer { margin-top: 15px; }
footer .container {
background: none;
}
