@charset "utf-8";
/* CSS Document */
body {
background-color: #FFF;
background-image:url(img/i_web.jpg);
background-repeat:no-repeat;
background-position: top left;
}

a {
font-family: "Courier New", Courier, monospace; font-size:16px; color:#FF0000;
}
a:link{
text-decoration:none;
}
a:hover{
text-decoration: underline; color: #FF0000;
}
a:visited{
text-decoration:none;
}
a:active{
text-decoration:none;
}
p {
font-family: "Courier New", Courier, monospace; font-size:16px; color:#FF0000; padding-left:60px; padding-top:500px;
}
