body 
{
    color:       #000000;
    background-color: #F5B2AF;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

h1
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color:#000000;
}

.thumbs
{
    border: 2px solid #EA5B54;
}

.text{ 
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
color:#000000;
font-weight: bold;}
.text a{ color:#000000;
font-weight: bold;
text-decoration:underline;}
.text a:hover{ color:#000000;
font-weight: bold;
text-decoration:none;}

#topsites {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
#topsites a{
color:#000000;
text-decoration:none;}
#topsites a:hover{
color:#000000;
text-decoration:underline;
}

a:link{
color:#000000;
font-weight: bold;
text-decoration:underline;}
a:visited{
color:#000000;
font-weight: bold;
text-decoration:underline;}
a:hover{
color:#000000;
font-weight: bold;
text-decoration:none;}
a:active{
color:#000000;
font-weight: bold;
text-decoration:none;}

#archive{
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
text-align:center;
padding-top:5px;
font-weight:bold;}
#archive a{
color:#000000;
margin-bottom:5px;
text-decoration:underline;}
#archive a:hover{
color:#000000;
text-decoration:none;}