/* CSS Document */

.poweredby { 
font-size: 9px; 
color: #666666;
font-weight: lighter;
}



.studio { 
font-size: 10px; 
color: #333333;
font-weight: bold;
}

a.studio:link { 
font-size: 10px; 
color: #333333;
font-weight: bold;
text-decoration: none
}

a.studio:visited {
font-size: 10px; 
color: #333333;
font-weight: bold;
text-decoration: none
}

a.studio:hover {
font-size: 10px; 
color: #333333;
font-weight: bold;
text-decoration: underline
}


.cai { 
font-size: 10px; 
color: #ff0000;
font-weight: bold;
}

a.cai:link { 
font-size: 10px; 
color: #ff0000;
font-weight: bold;
text-decoration: none
}

a.cai:visited {
font-size: 10px; 
color: #ff0000;
font-weight: bold;
text-decoration: none
}

a.cai:hover {
font-size: 10px; 
color: #ff0000;
font-weight: bold;
text-decoration: none
}


