
BODY
{
	background-color:black;
	font-size: x-small;
	color:orange;
	margin:50px;
	font-family:"Courier New,Verdana,Arial";
	scrollbar-face-color:"#000000";
	scrollbar-arrow-color:"#ffffff";
	scrollbar-3dlight-color:"#000000";
	scrollbar-highlight-color:"#000000";
	scrollbar-track-color:"#000000";
	scrollbar-shadow-color:"#000000"; 
	scrollbar-darkshadow-color:"#000000";
}

H1
{
	/*background-image:url('go.gif');
	background-repeat:no-repeat;*/
	font-family: "Courier New,Arial,Verdana";
	font-size: 20px;
	color: orange;
	text-decoration:bold;
	text-align:center;
	margin-left:120px;
	margin-right:120px;
	border-top: dotted 1px pink;
	border-right: dotted 1px red;
	border-bottom: dotted 1px yellow;
	border-left: dotted 1px blue;

	/*
	border
	border-collapse
	border-color
	border-spacing
	border-style
	border-top
	border-right
	border-bottom
	border-left
	border-top-color
	border-right-color
	border-bottom-color
	border-left-color
	border-top-style
	border-right-style
	border-bottom-style
	border-left-style
	border-top-width
	border-right-width
	border-bottom-width
	border-left-width
	border-width
	*/
}

H3
{
	background-color:black;
	border: dotted 1px orange;
	font-family: "Courier New,Arial,Verdana";
	font-size: 15px;
	color: orange;
	text-align:center;
	margin-left:120px;
	margin-right:120px;
}

H3.titulo
{
	background-color:black;
	border: dotted 1px #ff0066;
	font-family: "Courier New,Arial,Verdana";
	font-size: 15px;
	color: #ff0066;
	text-align:center;
	margin-left:20px;
	margin-right:20px;
	margin-top:0px;
}


H6
{
	background-color:black;
	border: dotted 1px orange;
	font-family: "Courier New,Arial,Verdana";
	font-size: 10px;
	color: orange;
	text-align:center;
	margin-left:120px;
	margin-right:120px;
}

PRE
{
	font-size: x-small;
	color:"#ff0066";
	margin:2px;
	font-family:"Courier New,Verdana,Arial";
}

table
{
	border-color:"#ff0066";
	margin-left:25px;
	margin-top:50px;
	font-family:"Courier New,Verdana,Arial";
}

TD
{
	font-family:"Verdana,Courier New,Arial,Comic Sans MS,Times New Roman";
	font-size:"xx-small";
	border-color:"#ff0066";
}

A:link 
{
	COLOR: black; 
	cursor:hand; 
	font-style: italic;
	font-size:xx-small;
	TEXT-DECORATION: none;
}

A:active 
{
	COLOR: black; 
	cursor:hand; 
	font-size:xx-small;
	TEXT-DECORATION: none;
}

A:hover 
{
	COLOR:aqua; 
	cursor:hand; 
	font-size:xx-small;
	TEXT-DECORATION:underline;
	border:1px dotted;
	background: orange;
} 

A:visited 
{
	COLOR: black; 
	cursor:hand; 
	TEXT-DECORATION: none;
	border:1px dotted;
	font-size:xx-small;
	background: orange;
}


