@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-color: #008DB7;
}

.center {
background-color: #ffffff;
}

.side {
background-color: #FF00FF;
}

.border1 {
border:1px solid #000000;
}

a {
font-weight: bold;
color:#FF00FF;
}
a:hover {
color: #CC0000;
text-decoration: none;
}

.highlight {
color: #FF0000;
}

h1 {
font-size: 32px;
color: #000066;
}
h2 {
font-size: 20px;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 16px;
line-height: 22px;
}
h5 {
font-size: 9px;
}
053b79

0774ef
