body{
	background:#000000;
        background-image: url(mei.jpg);
        background-repeat:no-repeat;
        background-position: top right
}

h1{
   text-align: center;
   font-size:x-large;
   font-style:italic;
   color:#fa8072;
}

h2{
   font-size:large;
   color:#fa8072;
}

h3{color:ffffff;
   font-size:mideum;
}

strong{
	color:#ff00ee;
}

P{
	color:#ffffff;
}

a:link{
	color:aqua;
}

a:visited{
	color:#99cc00;
}