<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 ! Stylesheets
 ! - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<style type="text/css">
    body { 
      	font-family: Century Gothic;
      	font-size: 12px;
	color: #FFFFFF;
    }
    a:link {
        color: #FFFF00;
        font-size:12px;
        font-style:italic;
        text-decoration: none;
    }
    a:visited {
   	color: #cccc00;
	font-size:12px;
	font-style:italic;
	text-decoration: none;
    }
    a:hover { 
	color: #FFFF00; 
	font-size:12px;
	font-style:italic; 
	text-decoration: line-through;
    }
    a:active {
	color: #FF0000;
	font-size:12px;
	font-style:italic;
	text-decoration: overline;
    }
    .sidebar_title {
      	font-family: Century Gothic;
      	font-size: 14px;
	font-weight:bold;
	color: #FF0000;
    }
    .post {
      	font-family: Century Gothic;
      	font-size: 12px;
	color: #FFFFFF;
    }
    .post_title {
      	font-family: Century Gothic;
      	font-size: 16px;
	font-weight:bold;
	color: #FF0000;
    }
    .post_date {
      	font-family: Century Gothic;
      	font-size: 14px;
	color: #FF0000;
    }
    .post_footer {
      	font-family: Century Gothic;
      	font-size: 10px;
	color: #FF0000;
    }
    .post_lyrics {
	font-family: Arial;
	font-style:italic;
	font-size: 13px;
	color: #FF4444;
    }
</style>
