@CHARSET "UTF-8";

div, span, font, img, strong, form, table,  tr, th, td {
    border: 0pt none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}
body{
    background: #fff;
    line-height: 18px;
    font-size: 14px;
    font-family: Arial,  Verdana, Helvetica, sans-serif;
    margin: 0px;
    cursor: default;
    text-align:  center;
}
html  {
    text-align:  center;
}
a {
	color: #ff0000;
}
a:hover {
	color: #81be2e;
}
._input {
	display: inline-block;
    border: 1px solid #ccc;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
       border-radius: 4px;
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.075);
    font-size: 14px;
    height: 20px;
	padding:3px;
}
.content h1 {
    line-height: 1em;
    vertical-align: middle;
    height: 48px;
    padding: 10px 10px 10px 52px;
    font-size: 32px;
}
.date {
    font-weight: normal;
    font-size: 16px;
	text-align: right;
    color: #ff0000;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 8px;
}
.ipaddr {
	cursor: help;
	color: #cccccc;
}