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

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

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

a:link{
	text-decoration: none;
}  

#title {
}

h1 {
	font-size:  90%;
	font-weight: bolder;
}

h2 {
	font-size:   60%;
	font-weight: bolder;
	text-align:  right;
	line-height: 75%;
}

h3 {
	font-size:  20%;
	text-align: right;
}

h4 {
	font-size: 45%;
	text-align: right;
	line-height: 75%;
}

br {
	line-height: 300%;
}


