﻿body {
color:#999;
background-color:#222;
text-align:center;
font-family: Georgia, Tahoma;
}
div {
width:500px;
margin:50px auto;
text-align:left;
}
h1 {
font-weight:normal;
font-size:1.5em;
}
strong {
color:#fff;
font-size:1.5em;
}
p {

}
a:link {
color:#fff;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
