/* CSS Document */

body {
font-size: 10px;
font-family: verdana;
background-color: #383f47;
margin: 0;
}
a {
color: #383f47;
font-size: 8px;
text-transform: uppercase;
text-decoration: none;
}
a:link {color: #a60338}
a:visited {color: #a60338}
a:hover {color: #383f47}

a.arrows {
font-size: 11px;
}

a.numbers {
color: #383f47;
font-family: georgia, serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
}
a.numbers:link {color: #a60338}
a.numbers:visited {color: #a60338}
a.numbers:hover {color: #383f47}

p {
font-size: 9px;
color: #383f47; 
padding-right: 28px;
}

.bullets {
font-size: 8px;
font-family: helvetica;
color: #d2d6dd;
letter-spacing: 1px;
}

.imagebox {
background: white;
}
.textbox {
background: white;
line-height: 14px;
}

h1 {
color: #383f47;
font-size: 9px; 
padding-right: 28px;
}
.red {
color: #a60338
}
