body
{
   font-family: arial;
   font-size: 12 px;
   color: #666666;
}

:link,:visited {
    text-decoration: none;
}

.entry-date {
   font-family: arial;
   font-size: 36 px;
   color: #ecc34d;
   font-weight: bold;
}
.entry-title {
   font-family: arial;
   font-size: 24 px;
   color: 9a9b9d;
   font-weight: bold;
}

a:link {
	color: #ffcc00;
	text-decoration: none;
        font-weight: bold;
}

a:visited {
	color: #ffcc00;
	text-decoration: none;
        font-weight: bold;
}
a:hover {
        color: #000000;
	text-decoration: none;
        font-weight: bold;
}
