.top{
font-family: Verdana;
font-size: 25px;
text-align: center;
width: 100%;
float:left;
}

.container_outer{
font-family: Verdana;
font-size: 15px;
text-align: center;
width: 50%; 
margin-left:25%; 
float:left;
margin-top:10px;
}

.container_links
{
	background-color: #d6d3cb;
	display:block; 
	text-decoration:none;
	padding-top: 15px;
	padding-bottom: 0px;

	
}
.container_links a:hover{
	background:white; width:100%;
	display:block; text-decoration:none;
    padding-top: .5px;
	padding-bottom:0px;
	color:black;
}
.container_links a
{
	text-decoration:none;
	
	
}
.container_links_cms
{   
	background-color: #72d9b1;
    color: black;
    display: block;
    float: left;
    height: 70px;
    margin-left: 9px;
    padding-bottom: 1px;
    padding-top: 40px;
    text-decoration: none;
	
    width: 100px;
}
.container_links_cms a
{
text-decoration:none;
color:black;
font-size: 14px
}
.container_links_cms a:hover{
	
	color:blue;
}
.tabs li {
                                    list-style:none;
                                    display:inline;
                                }

                            .tabs a {
                                    padding:5px 10px;
                                    display:inline-block;
                                    background:#C0C0C0;
                                    color:#000;
                                    text-decoration:none;
                                    text-align: center;
                                    font: 18px sans serif;
                                    font-weight: bold;

                                }

                            .tabs a.active {
                                    background:#6E6EFF;
                                    color:#fff;
                                }
