@charset "UTF-8";
/* CSS Document */
/*  bolstestyle.css by Stefano 02/03.2013 	*/
/*	In this document is defined:			*/

/*	Background								*/

body {
	background-color:rgb(65,65,65);
	}
	
/* Fonts										*/
/*Style01 = Intestazione Colore Bianco			*/
/*Style02 = Intestazione colore Rosso			*/
/*Style03 = Toolbar Colore Bianco				*/
/*Style04 = Nome pagina Grigio Neutro			*/
.Style01 {
	font-size:50px;
	color:rgb(255,255,255);
	font-weight:normal;
	font: Arial, Helvetica, sans-serif;
}
.Style02 {
	font-size:50px;
	color:rgb(255,0,0);
	font-weight:normal;
	font: Arial, Helvetica, sans-serif;
}
.Style03 {
	font-size:14px;
	color:rgb(250,250,250);
	font-weight:normal;
	font:Arial, Helvetica, sans-serif;
}
.Style04 {
	font-size:14px;
	color:rgb(100,100,100);
	font-weight:normal;
	font:Arial, Helvetica, sans-serif;
}
/* Tables 										*/
Table, td, th
{
	background-color:rgb(20,20,20);
}
/*Links Colors and Actions						*/
a:Link {
	color:rgb(255,255,255);
	text-decoration:none;
	}
a:Visited {
	color:rgb(255,255,255);
	text-decoration:none;
	}
a:active {
	color:rgb(255,255,255);
	text-decoration:none;
	}
a:hover {
	color:rgb(255,0,0);
	text-decoration:none;
	}

/*	  End	  */