/* CSS Document */

body {
	background-color: #ffffff;
}

.container {
	margin:auto 0;
    /*left: 50%;
    top: 50%;
    width: 382px;
    height: 384px;
    margin-top: -192px;
    margin-left: -191px;*/
}

p {
font-size:11px;
font-family:"Trebuchet MS";
color:#98D8B8;
text-align:center;
font-weight:bold;
}

img {
margin-top:60px;
}

h1 {
font-size:26px;
font-family:"Trebuchet MS";
color:#000000;
text-decoration:none;
font-weight:normal;
text-align:center;
}


a {
font-size:11px;
font-family:"Trebuchet MS";
color:#333333;
text-decoration:none;
font-weight:normal;
}

a:hover {
text-decoration:underline;
font-weight:normal;
}