body {
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;	
}
a {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 20px;
	color: #000;
}
p {
	font-size: 20px;
}
ul {
	list-style-type: disc;
}
h1 {
	font-family: arial;
	font-size: 28px;
}
hr.c1 {
	border: solid #000 3px;
}
h2 {
	font-family: arial;
	font-size: 20px;
}
img
{
  float: left;
}
#container {
	margin: 0px auto;
	width: 800px;
	border: 1px solid #000;
	padding: 15px;
	box-shadow: 5px 5px 5px #999;
}
#language p{
	font-size: 12px;
	float: right;
	margin-top: -7px;
}
#language a{
	font-size: 12px;
}
#logo  l1 {
	color:#fff;
	background-color: #333399;
}
#logo l2 {
	color: #333399;
}
#main {
	margin: auto;
	width: 100%;
}
#main p {
	text-align: center;
	font-size: 22px;
}
.image {
	float: left;
	width: 300px;
	margin-left: 50px;
}
.text {
	float: left;
	margin-left: 40px;
	margin-top: -20px;
	width: 390px;
}
.text li {
	font-size: 24px;
	margin-top: 3px;
}
.text li a {
	color:#333399;
}
.text p {
	font-family:arial;
	font-size: 21px !important;
}
#footer {
	text-align: center;
	padding-top: 30px;
	width: 100%; 
	clear: both; 
}
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) { 

#footer p {
	font-size: 12px !important;
}

#footer a{
	font-size: 12px !important;
}

#main p {
	text-align: center;
	font-size: 12px;
}
h2 {
	font-family: arial;
	font-size: 20px;
}
}