body {
   font-family: arial, san-serif;
   font-size: 16px;
   background-color: black;
   color: #ddd;
}

#main {
	max-width: 800px;
	margin: 0 auto;
}

h1 {
   color: red;
   font-weight: normal;
   font-size: 36px;
   text-align: center;
}

h2 {
   color: red;
   font-weight: normal;
   font-size: 20px;
   text-align: center;
   text-transform: uppercase;
}

p {
   line-height: 1.75;
   color: #ddd;
   text-align: justify;
}

b,
strong {
	color: #eee;
}		

.main-photo {
   width: 100%;
   margin: 0px auto;
   height: auto;
   border-width: 0px;
   border-radius: 10px;
}

li {
   color: #333;
   line-height: 1.75;
}

.copyright {
   text-align: center;
   font-size: 14px;
   color: white;
}

.copyright sup {
   font-size: 8px;
}

a:link,
a:visited {
   color: #ddd;
   text-decoration: none;
}

a:hover,
a:active {
   color: red;
   text-decoration: none;
}

.lang {
   font-size: 14px;
   text-align: center;
   margin-bottom: 30px;
}

.lang a:link,
.lang a:visited {
   dislay: inline-block;
   background-color: #333;
   color: white;
   text-decoration: none;
   padding: 5px 15px;
}

.lang a:hover,
.lang a:active {
   dislay: inline-block;
   background-color: red;
   color: black;
   text-decoration: none;
   padding: 5px 15px;
}