/* any text in the HTML page's BODY */
body
{
   margin-bottom: 10px;
   margin-top: 10px;
   margin-left: 10px;
   margin-right: 10px;
   background-color: #414141;
}

/* basically everything - anything below this point will overwrite
   their respective areas, these are just fall-back defaults */
div,th,tr,table,font,li,ul,form,
blockquote,p,b,i,h1,h2,h3,h4,h5,font, center
{
	border: 0px;
	color: #BEBEBE;
	font: 12px verdana, Tahoma, Helvetica, sans-serif;
}
/* clickable links, e.g.   tags */
a,a:link,a:visited,a:active
{
   color: #B4B4FF;
   text-decoration: underline;
   font-weight: bold;
}
/* when user hovers over a link */
a:hover
{
   color: #E6E6E6;
	letter-spacing: 1px;
	background: transparent;
}
/* image thumbnails */
a.thumbnail,a.thumbnail:link,a.thumbnail:visited,a.thumbnail:active
{
   border-bottom: 1px solid #151515;
   border-right: 1px solid #151515;
   border-left: 1px solid #505050;
   border-top: 1px solid #606060;
   margin-bottom: -40px;
   padding-top: 8px;
	padding-bottom: 8px;
   width: 175px;
   height: 200px;
   display: block;
   background-color: #1E1E1E;
}
/* when user hovers over image thumbnail */
a.thumbnail:hover
{
	border-top: 1px solid #C8C8FF;
	border-left: 1px solid #C8C8FF;
	border-bottom: 1px solid #6E6EA0;
	border-right: 1px solid #6E6EA0;
	margin-bottom: -40px;
   padding-top: 8px;
	padding-bottom: 8px;
	width: 175px;
	height: 200px;
	display: block;
	background-color: #0E0E0E;
}
table.thumbnail
{
   width: 10%;
}
td
{
   border: 1px;
   background: none;
   border-collapse: collapse;
   empty-cells: show;
}
/* table of thumbnails */
td.thumbnail
{
   height: 220px;
}
td.message_body
{
	border-bottom: 1px solid #CC57FF;
	border-left: 1px none;
	border-right: 1px none;
	border-top: 1px none;
	display: block;
	background-color: #292929;
}
/* anything in bold */
b
{
	color: #C5A0E7;
	font-weight: bold;
	font: 14px verdana, Tahoma, Helvetica, sans-serif;
}
/* anytime a font is used...*/
font
{
	margin-left: 4px;
	margin-right: 4px;
	width: 160px;
	display: block;
	color: #646464;
	font: 14px Verdana, Tahoma, Helvetica, sans-serif;
	letter-spacing: 0px;
}

/* level 1 and level 2 headers */
h2
{
	border: 2px solid #CC57FF;
	border-left: 1px none;
	border-right: 1px none;
	border-top: 1px none;
	margin-bottom: 2px;
	margin-left: -10px;
	margin-right: 0px;
	padding: 10px;
	width: 98%;
	display: block;
	background-color: #000000;
	color: #CCCCCC;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: center;
	height: 21px;
	position: relative;
}
/* first letter of level 2 header */
h2:first-letter
{
	color: #B36DD6;
	font-style: bold;
	font-size: 22pt;
}
/* level 3 header */
h3
{
   border-bottom: 1px solid #151515;
   border-right: 1px solid #151515;
   border-left: 1px solid #505050;
   border-top: 1px solid #606060;
   padding: 6px;
   width: 400px;
   display: block;
   color: #C8C8C8;
	font: 16px Verdana, Tahoma, Helvetica, sans-serif;
   font-weight: bold;
   letter-spacing: 3px;
   text-align: center;
   background-color: #282828;
}
/* level 5 header */
h5
{
   padding-left: 2px;
   width: 150px;
   display: block;
   color: #C8C8C8;
   font-size: 14px;
   font-weight: bold;
}


BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }
