/*******
Style Sheet ~ Black Beauty
Designed by Dave Kramer
**********/


/******* Default Body Atributes ***********/

body { color: #FFFFFF; background-color: #000000;}

  :link { color: #A99ECE }  /* for unvisited links */
  :visited { color: #A99ECE } /* for visited links */
  a:active { color: #A99ECE } /* when link is clicked */
  a:hover { color: #B24B4B } /* when mouse is over link */

/**** End Of Default Body Atributes *******/


/****** Background Table Colors**********/

.table-color-1 { background-color: #6969AA; }
.table-color-2 { background-color: #B4B4D9; }
.table-color-3 { background-color: #C8C8E6; }
.table-color-4 { background-color: #4C4C66; }
.table-color-5 { background-color: #BEB8D1; }

/**** End Of Background Table Colors *****/


/****** Navigation Buttons **********/
.nav-text-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E5E5E5;
	text-decoration: none;
	height: auto;
	width: auto;
}

:visited.nav-text-1 { color: #E5E5E5 }
a:active.nav-text-1 { color: #E5E5E5 }
a:hover.nav-text-1  {
 	color: #FFFFFF;
	font-weight: bold;
 	text-decoration: none;
}

.nav-text-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2C205F;
	text-decoration: none;
}

/****** End Of Navigation Buttons **********/



/****** Text Sizes And Colors **********/

.site-title-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: normal;
	text-decoration: none;
	color: #8A81C1;
}
.head-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	text-decoration: none;
	color: #f1f1f1;
}
.subhead-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #f1f1f1;
}

.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	font-weight: lighter;
}
.thumb-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.small-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.verysmall-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	text-decoration: none;
	letter-spacing: .05em;
}


