/* START 

Welcome :-) 

I can't believe you actually came here!
What a moron!
But since you're here, here's some eye-candy
Period.

Would the putz who came to this class file send me a message: comedytr@comedytrio.com

Class name: ct.css
Classes for the Comedy-Trio Web site
Author: Felix Yukilevich
E-Mail: comedytr@comedytrio.com
Copyright 2008 by ComedyTrio.com. All rights reserved. */

body
{
color: #000000;
background-color: #56A5EC; /* old: #003366 */
scrollbar-face-color: #003333; /* darkcyan */
scrollbar-track-color: #006699
}

td.logo
{
background-image:
url('images/ct.gif');
background-repeat: no-repeat;
background-position: center;
height: 76px
}

a:link
{
color: #33CCFF /* Blue */
}

a:visited
{
color: #ff0000 /* Red */
}

a:hover
{
color:#00ff00 /* Lime */
}

a:active
{
color: #0000ff /* Blue */
}

a:target
{
color: #0000ff /* Blue */
}

.centered
{
text-align: center
}

.pNames
{
text-align: center;
font-size: 18px;
font-style: italic
}

.hStyle
{
text-align: center;
width: 70%; /* 92 for prototype */
}

.lHnd
{
font-family: tahoma;
font-style: italic
}

.lSns
{
font-family: Lucida Sans;
text-align: center
}

hr.noshade
{
color:#aca899;
background-color:#aca899;
border:none;
align:center;
width:40%
}

/* Thanks for visiting :-)

END */