a {color:white; text-decoration:none;}
a:link {color: #cccccc; text-decoration: none} 
a:visited {color: #cccccc; text-decoration: none} 
a:hover {color: #ffffff; text-decoration: underline} 
a:active {color: #ffffff; text-decoration: underline} 


body
	{
	background-color: black;
	}

li.first
	{
	font-size:18px;
	color:red;
	font-weight:bold;
	}
	
li.second
	{
	font-size:14px;
	color:#999999;
	}

p	
	{
	font-size:14px;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	filter: alpha (opacity=100);
	}

p.footer
	{
	font-size:12px;
	color:gray;
	filter: alpha (opacity=100);
	}

p.headline
	{
	font-size:16px;
	color:white;
	font-weight:bold;
	}

p.indent
	{
	text-indent:20px;
	}

p.menu
	{
	font-size:14px;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	text-align:center;
	}

p.slogan
	{
	font-size:18px;
	color:red;
	}

p.title
	{
	font-size:20px;
	color:red;
	text-align:center;
	}

td
	{
	overflow:auto;
	background-repeat:no-repeat;
	background-position:top;
	}

td.banner
	{
	height: 50px;
	vertical-align: top;
	text-align: center;
	}

td.main
	{
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #cccccc;
	scrollbar-shadow-color: #cccccc;
	scrollbar-track-color: #000000;
	width:500px;
	height:500px;
	vertical-align: top;
	background-image:url(images/BlackDragonJiuJitsu.png);
	}

td.navleft
	{
	width:145px;
	height:500px;
	vertical-align: top;
	background-image:url(images/left.png);
	}

td.navright
	{
	width:145px;
	height:500px;
	vertical-align: top;
	background-image:url(images/right.png);
	}	

.transparent
	{
	filter: alpha (opacity=50);
	}

.transparent-super
	{
	filter: alpha (opacity=30);
	}