

	a {
	color: #00BFFF;
	text-decoration: none;
	font-weight : bolder;
}
	a:hover {
		color: #ffffff;
		text-decoration: none;
		font-weight : bolder;
		}
	a:link {
		color: #00BFFF;
		text-decoration: none;
		font-weight : bolder;
}
	a:visited {
		text-decoration: none;
		font-weight : bolder;
}
a:active {
	color: #ffff00;
	text-decoration: none;
	font-weight : bolder;
}





body
{
	border : thick groove orange;
  border-collapse : collapse;
	border-color : orange orange orange;
	border-left : thick groove orange;
	border-left-color : orange;
	border-left-style : groove;
	border-left-width : thick;
	border-right : thick groove orange;
	border-right-color : orange;
	border-right-style : groove;
	border-right-width : thick;
	border-style : groove groove groove;
	border-top : thick groove orange;
	border-top-color : orange;
	border-top-style : groove;
	border-top-width : thick;
	border-width : thick thick thick thick;
	cursor : crosshair;
	color: blue;
	font-family : "century gothic",  Helvetica, Arial, sans-serif;
	font-size : smaller;
	font-style : normal;
	margin-bottom : auto;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	scrollbar-3d-light-color : 0000ff;
	scrollbar-arrow-color : #ffffff;
	scrollbar-base-color : #000000;
	scrollbar-dark-shadow-color : #0000ff;
	scrollbar-face-color : #000000;
	scrollbar-highlight-color : #c0c0c0;
	scrollbar-shadow-color : #0000ff;

background : black;
	background : transparent url(/to.jpg) repeat-x top center;
background-color: #000000;

}
	
	

