body
{
background-color: #ffce75;
color: black;
font-size: 14px;
line-height: 1.6em;
font-family: "Times New Roman", Times, serif;
}



h1
{
font-size: 150%;
}


a
{
color: #ffa500;
text-decoration: none;
border-bottom: 1px dotted black;
}

a:hover
{
color: red;
}


#allcontent 
{
width: 600px;
height: 600px;
margin-right: auto;
margin-left: auto;
background-image: url(/404.jpg);
background-repeat: no-repeat;
padding: 100px; 
}