@charset "UTF-8";
/* CSS Document */



p {
width: 200px;
height: 7em;
font-size: small;
line-height: 1.5em;
position: absolute;
top: 5px;
left: 420px;
}

#image1 a{
display:block;
width:200px;
color:#F0027F;
background:url(about.jpg) no-repeat;
height:50px;
line-height:50px;
text-decoration:none;
}

#image1 a:hover{
color:orange;
background:url(about1.jpg) no-repeat;
}

#image2 a{
display:block;
width:200px;
color:#F0027F;
background:url(magazine.jpg) no-repeat;
height:50px;
line-height:50px;
text-decoration:none;
}

#image2 a:hover{
color:orange;
background:url(magazine1.jpg) no-repeat;
}

#image3 a{
display:block;
width:200px;
color:#F0027F;
background:url(contact.jpg) no-repeat;
height:50px;
line-height:50px;
text-decoration:none;
}

#image3 a:hover{
color:orange;
background:url(contact1.jpg) no-repeat;
}

iframe{
	outline:0;
	frameborder:none;
	width:400px;
	height:600px;
	resize:none;
}
