@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	}

ul {
	margin-top: -12px;
	margin-bottom:0px;
	}
	
li {
	list-style-type: circle;
	color: #0066FF;
	font-size:14px;
	letter-spacing:1px;
	line-height:1.2em;
	margin-left: 18px;
	margin-right:25px;
	padding-left:6px;
	padding-top: 3px;
	}
	
.copyright { 
	font-size:16px;
	color: rgb(235, 252, 5);
	font-weight: 400;
	text-align:center;
	font-style:italic;
}

a:link {
  	line-height:18px;
	font-weight:500;
    background-color: rgba(8, 8, 8, 0.74);
	text-decoration: none;
	color: #0d84b3;
	}
	
a:visited { 
	color: #0d84b3;
	}
	
a:hover, a:active {
	font-weight:600;
    background-color: #000;
	color: #ffffff;
    line-height:20px;
    text-decoration: none;
	}
	
.container  {  
	width: 1310px;  
	max-width: 1310px;
	}


