﻿/*////////////////////////////////////////////////////////////////////////////////////////////
// Stats Information
// Shoutcast Server Stats by Web-expert.gr
// Version 2.2
/////////////////////////////////////////////////////////////////////////////////////////////*/
/*Αλλαγή color τιμές (red,black,white ή #FFFFFF ktl) */
/*Change color values (red,black,white or #FFFFFF etc) */
/*///////////////////////////////////////////////////////////////////////////////////////////*/
/* Stats Text color */
.statstext{
font-family:Verdana;
font-size:12px;
BORDER: none;
font-weight: normal; 
color: #000000; /*color */
}

/* Song Text color */
.songtext{
font-family:Verdana;
font-size:16px;
BORDER: none;
font-weight: bold; 
color: #0099FF; /*color */
}

/* ServertTitle Text color */
.ServertTitletext{
font-family:Verdana;
font-size:12px;
BORDER: none;
font-weight: bold; 
color: red; /*color*/
}

/* Message Text color */
.messagetext{
font-family:Verdana;
font-size:11px;
BORDER: none;
color: #000000; /* color */
}

/* OFFLINE Message Text color */
.offlinetext{
font-family:Verdana;
font-size:16px;
BORDER: none;
color: red; /*color */
}