  
            .headerText {
                width: 400px;
                margin-top: 100;
                margin-right: auto;
                margin-left: auto;
                font-size: 28px;
                font-weight: normal;
                display: block;
                text-align: center;
            }
            
            .bodyText {
                width: 400px;
                margin-top: 15px;
                margin-right: auto;
                margin-left: auto;
                font-size: 14px;
                font-weight: normal;
                display: block;
                text-align: center;
            }
            
            body {
                margin-left: 0px;
                margin-top: 0px;
                margin-right: 0px;
                margin-bottom: 0px;
                background-color: #222222;
                color: #FFF;
                font-family: Arial, Helvetica, sans-serif;
            }
			

			.klein { 
			 font-size:80%; 
			 color: #333;
			 }
			 
			 	a{
				color:#999999;
				text-decoration:none;
				}
				a:visited{
				color:#000;
				text-decoration: none;	
				}
				 a:active{
				color:#3F3F3F;
				text-decoration: none;	
				}
				a:hover{
				color:#ffffff;
				text-decoration:underline;	
				}
			 
        .tweet {
            -webkit-border-radius: 5px;
            padding: 8px 10px;
            margin-bottom: 10px;
            border: 1px solid #aaa;
            background: #333333;
            width: 400px;
        }
        
        .tweet p {
            margin: 0px;
            padding: 0px;
            margin-bottom: 10px;
            font-size: 12px;
            font-family: Arial;
        }
        
        .tweet p.sek {
            text-align: right;
            font-size: 11px;
            margin-bottom: 0px;
        }
		
		  h1 {
       font-size: 10px;
       color: #ffffff;
       margin: 0;
       padding: 0;
       font-weight: 100;
	   display: block;
       text-align: center;
   }
		
		  h2 {
       font-size: 12px;
       color: #ffffff;
       margin: 0;
       padding: 0;
       font-weight: 100;
   }