


/***************global settings***************/

html { 
    height: 101%; 
    padding: 0 0 0 0; 
    margin: 0 0 0 0; 
}  

/***************styles***************/

.center {
position: absolute;
left: 50%;

margin-top: 0px; 
}

.box {
     position: absolute;
     top: 50%;
     left: 50%;
     width: 550px;
     height: 200px;
     padding: 20px;
     margin-left: -275px;
     margin-top: 100px;
     box-sizing: border-box;
	 text-align: center
}

.imp {
position: absolute;
margin-top: 50px; 
margin-left: 70px;
margin-right: 70px;   
}

img {
    border-style: none;
	margin-top: 50px; 
}
h1 {
    font-family: Arial;
    font-size: x-large;
    font-weight: 400;
    color: #000;
}

p {
    font-family: Calibri;
    font-size: medium;
    font-weight: 200;
    color: #000;  
}

ul {
    list-style: disc;
    font-family: Calibri;
    font-size: medium;
    font-weight: 200; 
    color: #808080;    
}

/***************links ***************/

a:link {
    text-decoration: none;
    outline: none;
    color: #000;
	text-decoration: underline
}
a:visited {
    text-decoration: none;
    outline: none;
    color: #000;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: #000;
}
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}

/***************background***************/

body {
    background-color: #f6f6f6;
    /*background-image: url(gradient.png);
	background-attachment: fixed;
    background-repeat: repeat-x;*/
}
