body{
	background: #fff;
}

a:link, a:visited { 
	text-decoration: none;
	font-weight: bold;
	color: #CF263D; 
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #CF263D; 
}
ul {
    list-style: none;
    padding:0;
    margin:0;
}
li { 
    padding-left: 1em; 
    text-indent: -.7em;
}
li:before{
	content: "■   ";
	color: #db00db; 
}


.header{
	background: #40e0d0;
}
.nav{
}
.nav_elem{
	color: #000;
}
.nav_elem:hover{
	text-decoration: underline;
	color: #CF263D !important;
}
.navbar{
	background: #40e0d0;
}
.active{
	color: #CF263D !important;
}

.slogan{
	background: #E14C61;
}
.news{
	background: #fff;
}

.content{
	background: #fff;
}
.footer{
	background: #eaeaea;
}

#stopper{
	background: #666;
	color: white;
}