* { 
     font-family: Arial, Verdana, Helvetica, sans-serif; 
     }

body { 
     color: #000000; 
     background-color: #ffffff; 
     text-align: center; 
     }

#wrapper { 
     margin: auto; 
     padding: 30px; 
     }

#content { 
     margin: auto; 
     display: block; 
     padding: 15px; 
     width: 470px; 
     background-color: #e4e4e4; 
     border: 1px #999999 solid; 
     }

/*.header { margin: 10px 70px 0px 70px; display: block; padding: 5px; border: 1px #999999 solid; font-size: 12px; font-weight: bold; background-color: #cccccc; } */

p { 
     padding: 0px; 
     font-size: 14px; 
     font-weight: normal; 
     line-height: 1.4em; 
     }

#content p { 
     padding: 10px; 
     font-size: 12px; 
     font-weight: normal; 
     line-height: 1.4em; 
     }

.language { 
     margin: 0px; 
     color: #000000; 
     text-align: right; 
     font-size: 11px; 
     }

/* links */

a:link, a:visited { 
     font-size: 14px; 
     color: #cc0000; 
     text-decoration: none; 
     }

a:hover, a:active { 
     font-size: 14px; 
     color: #cc0000; 
     text-decoration: underline; 
     }

a.language:link, a.language:visited { 
     margin: 10px; 
     color: #000000; 
     font-size: 11px; 
     text-decoration: none; 
     }

a.language:hover, a.language:active { 
     margin: 10px; 
     color: #000000; 
     font-size: 11px; 
     text-decoration: underline; 
     }

a img { 
     border: none; 
     }

h1 { 
     padding: 0px 20px 20px 20px; 
     color: #000000; 
     font-size: 20px; 
     font-weight: bold; 
     text-transform: capitalize; 
     }

h2 { 
     color: #000000; 
     font-size: 14px; 
     font-weight: bold; 
     text-transform: capitalize; 
     }

h3 { 
     color: #000000; 
     font-size: 12px; 
     font-weight: normal; 
     }

h4 { 
     color: #000000; 
     font-size: 10px; 
     font-weight: normal; 
     }

h5 { 
     color: #000000; 
     font-size: 9px; 
     font-weight: normal; 
     }

.title { 
     color: #000000; 
     font-size: 20px; 
     font-weight: bold; 
     line-height: 1.5em; 
     background: #F6F6F6; 
     display: block; 
     text-align: center; 
     padding: 5px; 
		 /*margin-top: 15px;*/
		 margin-bottom: 40px;
     }

.credits_box { 
     color: #000000; 
     font-size: 9px; 
     font-weight: normal; 
     line-height: 1.5em; 
     background: #F6F6F6; 
     display: block; 
     text-align: center; 
     padding: 5px; 
		 margin-top: 25px;
		 /*margin-bottom: 15px;*/
     }

a.credits:link, a.credits:visited { 
     color: #000000; 
     font-size: 9px; 
     font-weight: normal; 
     text-decoration: none; 
     }

a.credits:hover, a.credits:active { 
     color: #000000; 
     font-size: 9px; 
     font-weight: normal; 
     text-decoration: underline; 
     }