@charset "UTF-8";

body{
	overflow: hidden;
	background-image: url("back_mb.jpg"); 
	background-size: cover;
	background-attachment: fixed;
	background-position: top left;
	font-style:italic;
	color:yellow;
	}

a{	color:lime;	text-decoration: none;	}
a:hover{	background-color: navy;	}

h1{   /* YEK */
	font-size: 50px;
 	line-height: 125%;
 	margin-left: 6px;
 	text-align:left;
 	}
h2{   /* music  */
	font-size: 36px;
 	line-height: 110%;
 	margin-left: 6px;
 	text-align:left;
	}
h3{   /* pic  */
	font-size: 32px;
 	line-height: 125%;
 	margin-left: 6px;
 	text-align:left;
	} 
h4{   /* msg  */
	font-size: 24px;
 	line-height: 110%;
 	margin-left: 6px;
 	text-align:left;
	} 
h5{   /* msg  */
 	margin-left: 120px;
	} 
.pic_size{
	width:100px;
	height:100px;
	}

