body {
	font-family: Arial; 
	/* font-family: "Courier New", Courier; */
        color: red;
	font-size: 60px;
        background-image:url(../images/t_shirt/300px-Korin_Beggar.large.jpg);
	background-color: rgb(50,50,50);
        background-repeat:no-repeat; 
	background-attachment:fixed; 
	background-position:left center; 
	text-align: right;
}

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

a:hover{
	text-decoration: none;
   	color:           red;
	font-size: 102%;
}

a:link{
	text-decoration: none;
}  

#title {
}

h1 {
	font-size:  90%;
	font-weight: bolder;
	text-align:  right;
	line-height: 80%;
}

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

h3 {
	font-size:  40%;
	text-align: right;
	line-height: 65%;
}

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

br {
	font-size: 250%;
}


