@import url('css.css');

.textblack * {
color: #0093CB; 
}

.textblack,a.textblack:link,a.textblack:visited,a.textblack:active,a.textblack:hover {
color: #000000; 
text-decoration: none; }
.title,a.title:link,a.title:visited,a.title:active,a.title:hover { 
font-weight:bold;
color:#000000;
text-decoration: none;
}
.date { 
font-size: 11px;
color: #000000;
}
.footer,a.footer:link,a.footer:visited,a.footer:active,a.footer:hover { 
color: #6E6E6E;
font-size: 10px;
text-decoration: none; }
.textblue * {
color: #0093CB; 
}

.textblue,a.textblue:link,a.textblue:visited,a.textblue:active {
color: #0093CB; 
text-decoration: none; }

a.textblue:hover { 
color: #0093CB;
text-decoration: underline; }
.textgray,a.textgray:link,a.textgray:visited,a.textgray:active,a.textgray:hover { 
color: #777777;
text-decoration: none; }

