@charset "utf-8";
/* CSS Document */

body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #000000;
}

body {
background-image: url(../images/b_bg.jpg);
background-position: center;
background-repeat: repeat-y;
background-color: #0e84c1;
}

h1 {
font-size: 48px;
}

h2 {
font-size: 36px;
}

h3 {
font-size: 18px;
}

h4 {
font-size: 9px;
}

a {
color: #ef00bf;
border: 1px;
}

a:visited {
color: #990099;
}

a:hover {
color:#66CCFF;
text-decoration: none;
}