﻿* {
	margin: 0px;
	padding: 0px;
}
.header {
	margin-bottom: 50px;
}
.header, .content, .title {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}
@font-face
{
font-family: 'fixedsys';
src: 	url('fonts/FSEX300.ttf'),
    	url('fonts/FSEX300.eot'); /* IE9 */
	url('fonts/FSEX300.woff');
	url('fonts/FSEX300.svg');
	url('fonts/FSEX300.otf'); 
} 
body {
	font-family: 'arial';
	font-size: 100%;
	line-height: 150%;
	background-color: #18e99f;	
}
h1 {
	font-family: 'fixedsys';
	font-size: 2em;
	color: #000;
	margin-bottom: 20px;
}
.content, .header {
	background-color: #6ECFF6;
}
.content img {
	
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #cc0000;
}
ul ul {
	padding-left: 20px;
	list-style-type: disc;
}
ul {
	list-style-type: none;

}
ul li {
	font-weight: bold;
	font-family: 'fixedsys';
}
ul ul li {
	font-weight: normal;
	font-family: 'arial';
}
img, embed, object, video, iframe {
	max-width: 100%;
}
/*-------------RESPONSIVE----------------------*/
@media screen and (max-width: 1024px) {


}

@media screen and (max-width: 800px) {

}
@media screen and (max-width: 768px) {


}
@media screen and (max-width: 600px) {


}
@media screen and (max-width: 480px) {

}
@media screen and (max-width: 320px) {

}