* {
color: black;
font-family: verdana;
font-size: 10px;
}
.td {
border-top: solid black 1px;
border-bottom: solid black 1px;
border-left: solid black 1px;
border-right: solid black 1px;
}
input, textarea, select {
color: black;
background: white;
border: solid #8CA5C6 1px;
}
a {
text-decoration: none;
text-transform: none;
color: #001534;
}
a:hover {
text-decoration: none;
text-transform: none;
color: 0066cc;
}
body {
background: white;
background-image: url('images/background.jpg'); 
background-position: center; 
background-repeat: no-repeat;
background-attachment: fixed;
}
body, iframe, select, textarea {
scrollbar-face-color: #8CA5C6;
scrollbar-highlight-color: black; 
scrollbar-shadow-color: black; 
scrollbar-3dlight-color: #8CA5C6; 
scrollbar-arrow-color: black;
scrollbar-track-color: #8CA5C6; 
scrollbar-darkshadow-color: #8CA5C6; 
scrollbar-base-color: #8CA5C6;
}
u {
text-decoration: none;
text-transform: none;
color: red;
}
i {
text-decoration: none;
text-transform: none;
color: blue;
}

.menu {
color: white;
}

.red {
color: red;
} 

.blue {
color: blue;
}

.green {
color: green;
}

.black {
color: black;
}

.pink {
color: pink;
}

.purple {
color: purple;
}

.white {
color: white;
}

.yellow {
color: yellow;
}

.gold {
color: gold;
}

.silver {
color: silver;
}

.gray {
color: gray;
}

.brown {
color: brown;
}

.teal {
color: teal;
}


