@charset "utf-8";
/* CSS Document */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
color: #ffffff;
background-color: #0b78bd;
background-image: url(images/background.jpg);
background-position: center;
background-repeat: repeat-y;
line-height: 18px;
}

img {
border: 0px;
}

h1 {
font-size: 26px;
}

h2 {
font-size: 18px;
color: #00FFFF;
}

a {
color: #FFFFCC;
text-decoration: underline;
}

a:hover {
color: #66CCFF;
text-decoration: none;
}

.highlight {
font-size: 16px;
color: #FFFF00;
}