a:link { 
	text-decoration: underline; 
	font-weight: bold;
	font-size: 10pt;
	color: lightblue; 
}

a:visited { 
	text-decoration: none; 
	font-weight: bold; 
	color: #ff9900;
}

a:active { 
	text-decoration: none; 
	font-weight: bold; 
	color: #ff9900; 
}

a:hover { 
	font-weight: bold; 
	color: #ffffcc; 
}

body {
 background-color: #000000;
 font-size: 10pt;
 font-family: verdana,arial;
 color: #FFFFCC;
 margin-top: 0;
 margin-left: 0;
}

.myirctable {
 background-color: #000000;
 font-size: 10pt;
 font-family: verdana,arial;
 color: #FFFFCC;
}

.header-irc-1 {
  font-size: 15pt;
  color: red;
}

.header-irc-2 {
  font-size: 20pt;
  color: red;
}

.channelhomepageirc {
  font-size: 10pt;
  color: white;
};

.menu {
	color: black;
	text-decoration: none;
}

.menu:hover {
	text-decoration:underline;
} 

#PCL {
		font-family: Verdana,Arial,Helvetica;
		font-weight: normal;
		text-decoration: none;
		font-size: 8pt;
}

#PTT {
		font-family: Verdana,Arial,Helvetica;
		font-size: 8pt;
}

#PST {
		font-family: Verdana,Arial,Helvetica;
		font-size: 8pt;
}

.smalldrop    
        {
        font-size:9pt;
        font-family:Courier New;
        }
#sdtext         
        {
        font-size:9pt;
        font-family:Courier New;
        }
                 
#optext
        {
        font-size:8pt;
        font-family:MS Sans Serif, Arial;
        color: black;
        text-decoration: none;
        }



