body {
	/* font-family: Arial; */
	font-family: "Courier New", Courier; 
        color: red;
	font-size: 50px;
        background-image:url(../images/t_shirt/fabio_tshirt.000.gif);
	background-color: white;
        background-repeat:no-repeat; 
	background-attachment:fixed; 
	background-position: right;
	text-align: left;
}

a{
	text-decoration: none;
	color:           red;
}

a:hover{
	text-decoration: none;
   	color:           blue;
}

a:link{
	text-decoration: none;
}  

#title {
}

#main{
	margin: 1% 5% 0% 5%;
	padding-top: 1%;
}

#foot{
	margin: 1% 5% 0% 5%;
	padding-top: 1%;
}

h1 {
	font-size: 80%;
	font-weight: bolder;
	line-height: 70%;
}

h2 {
	font-size: 60%;
	font-weight: bolder;
	line-height: 60%;
}

h3 {
	font-size: 40%;
	font-weight: bolder;
}

#huge{
	font-size: 150%;
	font-weight: bolder;
}

br {
	font-size: 250%;
}


