/***************************************************************************

guitarshowcalendar.com stylesheet

Last revised: Wednesday, April 09, 2003

Use this to implement:
<link rel="stylesheet" href="index.css" />

*****************************************************************************/

body { 
 background-color: #000;
 font-family: verdana;
 font-size: 11px;
 color: #fff;
}

p {
 font-family: verdana;
 font-size: 11px;
 color: #fff;
 text-indent: 10px
}

p.bigletter:first-letter {
 font-size: 200%
}

a:link { 
 text-decoration: none;
 color: #ff0000;
 font-family: verdana;
 font-size: 11px;
}

a:visited { 
 text-decoration: none;
 color: #ff0000;
 font-family: verdana;
 font-size: 11px;
}


a:hover { 
 text-decoration: none;
 color: #ff6C00;
 font-family: verdana;
 font-size: 11px;
}

a:active { 
 text-decoration: none;
 color: #ff6C00;
 font-family: verdana;
 font-size: 11px;
}

hr {
 width: 75%;
 color: #999;
}

td {
 font-family: verdana;
 font-size: 11px;
 color: #fff;
}

tr.one td {
 background-color: #333; 
 font-family: verdana;
 font-size: 11px;
 color: #fff;
}

tr.two td { 
 background-color: #555; 
 font-family: verdana;
 font-size: 11px;
 color: #fff;
}

tr.title td { 
 background-color: #000; 
 font-family: verdana;
 font-size: 11px;
 font-weight: bold;
 color: #fff;
}

tr.centertop {
 vertical-align: top;
 text-align: center;
 background-color: #000; 
 font-family: verdana;
 font-size: 11px;
 color: #fff;
}

tr {
 vertical-align: top;
 text-align: left	;
}
