@charset "utf-8";
/* CSS Document */

* { font-family: verdana; font-size: 10pt; color: white; }

b { font-weight: bold; }

body { 
	background-color: #000000; 
	background-image: url(http://www.rossiproject.com/media/background.jpg); 
	background-position: top center; 
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
}

a:link { 
	color: #A6CE39; 
	text-decoration: none; 
}

a:visited {	
	color: #A6CE39; 
	text-decoration: none; 
}

a:hover { 
	color: #A6CE39; 
	text-decoration: underline; 
}

a:active { 
	color: #A6CE39; 
	text-decoration: none; 
}

h1 { 
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold; 
	font-size: 18pt;
	margin-bottom: 0px;
	padding-bottom: 0px; 
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16pt;
}

.style1 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #000000; 
}
