
body {
	color : #ff9900;
	background-color: #000000;
	background-attachment: fixed;
	background-image: url("bluestarbackground.jpg");
}

a:link {
	color: #0000ff;
	text-decoration: none;
} 

a:visited {
	color: #808080;
	text-decoration: none;
} 

a:hover {
	color: #ff00ff;
	text-decoration: underline
}

a:active {
	color: #ff00ff;
	text-decoration: none;
}   

.center {
	text-align: center
}

.justify {
	text-align: justify
}

.right {
	text-align: right
}

.left {
	text-align: left
}

.bold {
	font-weight: bold
}

h1 {
	font-family: arial,helvetica,sans-serif;
	font-size: large;
	color: #FF9900;
}


p,div {
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	color: #FF9900;
	text-decoration: none;
}

div.title  {
	font-family: arial,helvetica,sans-serif;
	font-size: 15px;
	color: #FF9900;
	text-decoration: none;
}

div.copyright  {
	font-family: arial,helvetica,sans-serif;
	font-size: 10px;
	color: #c0c0c0;
	text-decoration: none;
	text-align: center;
}

ol,ul  {
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	color: #FF9900;
	text-decoration: none;
}

hr {
	background:#FF9900;
}

