/*--------------------------------
   CSS StyleSheet for Kala Brush Co.
   2003 All Rights Reserved
  -------------------------------*/

/* General Links */
a.general, a.general:link, a.general.visited
{
	color: Blue;
	text-decoration: none;
	font-weight: bold;
}

a.general:hover
{
	color: Red;
	font-weight: bold;
	text-decoration: underline;
}

/*-----------------------------------------*/

/* Details Links */

a.details 
{ 
	color: blue; 
	text-decoration: none;
	font-weight: bold;
}
  
a.details:hover 
{ 
	color: Red; 
	font-weight: bold; 
	text-decoration: underline
}

  
/*-----------------------------------------*/

  
/* Table Cell Border Schemes (For Guestbook*/

table.guest
{
	cellspacing: 1px;
	width: 575px;
}

td.r 
{
	border-right : 1px solid black;
}
td.l 
{
	border-left : 1px solid black;
}
td.t 
{
	border-top : 1px solid black;
}
td.b 
{
	border-bottom : 1px solid black;
}
td.br 
{
	border-right : 1px solid black; 
	border-bottom: 1px solid black;
}
td.tr 
{
	border-top : 1px solid black; 
	border-right : 1px solid black;
}
td.bl 
{
	border-left : 1px solid black; 
	border-bottom: 1px solid black;
}
td.tl 
{
	border-top : 1px solid black; 
	border-left : 1px solid black
}
td.trbl 
{
	border-top : 1px solid black; 
	border-left : 1px solid black;
	border-right : 1px solid black; 
	border-bottom: 1px solid black;
	padding: 5px;
}
td.trl 
{
	border-top : 1px solid black; 
	border-left : 1px solid black;
	border-right : 1px solid black;
}
td.brl 
{
	border-bottom : 1px solid black; 
	border-left : 1px solid black;
	border-right : 1px solid black;
}

td.guest_head 
{
	border-top : 1px solid black; 
	border-left : 1px solid black;
	border-right : 1px solid black; 
	border-bottom: 1px solid black;
	background-color: #F5C690;
	padding: 5px;
}


/*------------------------------------------*/


p.desc
{
	margin-left: 30px;
	margin-right: 30px;
	font-family: Serif;
	font-weight: bold;
	text-align: justify;
}

p.artist
{
	font-family: Serif;
	text-align: justify;
	margin-top: 20px;
}

p.series
{
	margin-left: 50px;
	margin-right: 50px;
	font-family: Arial;
	
}

p.date
{
	margin-right: 20px;
	font-family: Serif;
	font-weight: bold;
}


p.company
{
	margin-left: 25px;
	margin-right: 15px;
	font-family: Serif;
	text-align: justify;
}

p.company_bot
{
	margin-right: 15px;
	font-family: Serif;
	text-align: justify;
}

p.welcome
{
	margin-left: 15px;
	margin-right: 15px;
	font-family: Serif;
	text-align: justify;
	font-weight: bold;
	font-size: 12px;
}



/* Picture Caption */
font.caption
{
	color: Black;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
}


/* Guestbook Fonts */
font.guest
{
	color: Black;
	font-family: Arial;
	font-size: 12px;
}

/* Guestbook Fonts */
font.guest_head
{
	color: Black;
	font-family: Arial;
	font-size: 12px;
}


/* Picture Caption */
font.contact
{
	color: Black;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
}