@charset "UTF-8";
body{
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-attachment: fixed;
background-color : #eef7ff;
}
a:hover{
color: red;
text-decoration: underline;
}
a{
color: black;
text-decoration: none;
}
address{
font-size: 14px;
font-style: normal;
letter-spacing: 1px;
padding-top: 3px;
padding-bottom: 3px;
width: 780px;
height: auto;
}
#main{
width: 800px;
height: auto;
background-color: white;
border-left-width: 1px;
border-right-width: 1px;
border-left-style: solid;
border-right-style: solid;
border-left-color: #8080ff;
border-right-color: #8080ff;
}

