body
{
	font-size: 20;
	color: #FFFFFF;
	background-image: url(back_stars.png);
	background-attachment: fixed;
	margin-left: .5in;
	margin-right: .5in;
	margin-top: .5in;
	margin-bottom: .5in;
	scrollbar-face-color: #0000FF;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
}

h1
{
	font-size: 50;
	color: #CC9900;
	font-weight: 900;
	font-family: cursive;
}

h2
{
	font-size: 45;
	color: #CC9900;
	font-weight: 900;
	font-family: cursive;
}

h3
{
	font-size: 40;
	color: #CC9900;
	font-weight: 900;
	font-family: cursive;
}

h4
{
	font-size: 35;
	color: #CC9900;
	font-weight: 900;
	font-family: cursive;
}

h5
{
	font-size: 30;
	color: #CC9900;
	font-weight: 900;
	font-family: cursive;
}

h6
{
	font-size: 25;
	color: #CC9900;
	font-weight: 900;
	font-family: cursive;
}

a
{
	font-size: 19;
	color: #FF9900;
	text-decoration: none;
	border-bottom:dashed;
	border-bottom-color:#CC9900;
	border-bottom-width:1px;
}

a:hover
{ 
	font-size: 19;
	color: #CC6600;
	font-style:italic;
}

a:link { color: #FF9900 }

a:visted { color: #6633CC }

i { font-weight: 600; }

table
{
	font-size:20
}

dt
{
	font-weight:bold
}