body
{
//background-color: #000000;
color: #FFFFFF; 
background-image:url('stars1.jpg');
background-repeat:repeat;
}
a:link{color: #15DDEA;}
a:visited{color: #15DDEA;}
p
{
text-indent:20px;
}

#menu
{
	position:fixed;
	top:5px;
	left:5px;
	width:250px;
	height:100%;
	overflow: auto;
	background-color: #180D67;
	color: #FFFFFF;
	text-align:center;
}
td
{
padding: 6px 6px 6px 6px;
}
#content
{	
	position:absolute;
	left:270px;
	overflow: auto;
}
#jsbold
{
	background-color: #3C1358;
}
#jsunderline
{
	background-color: #3C1358;
}
#jsitalic
{
	background-color: #3C1358;
}
.large
{
font-size: 175%;
}
.medium
{
font-size: 137%;
}
.small
{
font-size: 75%;
}
.leftj
{
text-align: left;
}
.centerj
{
text-align: center;
}
.rightj
{
text-align: right;
}
.comment
{
font-size: 90%;
color: #2DE819;
//overflow: auto;
white-space: normal;
max-width: 100%;
}
	
