@import url("reset.css");

body {
    margin: 0;
    font-family: Helvetica;
    background: #ffffff;
//   color: #ffffff;
	font-size: 19px;
//    -webkit-text-size-adjust: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: default;
}


h1 {
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
    line-height: 30px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
//    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    color: #ffffff;
   
//    border-top: 1px solid #3f4e63;
//    border-bottom: 1px solid #3f4e63;
	 background: #000066;
}


p	{
display: block;
text-decoration: none;
color: inherit;
font-size: 18px;
//font-weight: bold;
list-style: none;
line-height: 1.3;
padding: 8px 8px 8px 8px;
}


a {
    color: #ffffff;


}




