body {
scrollbar-3dlight-color:#E0E0E0;
scrollbar-arrow-color:#5E3416;
scrollbar-base-color:#CBAB81;
scrollbar-track-color:#CBAB81;
scrollbar-darkshadow-color:#CBAB81;
scrollbar-face-color:#CBAB81;
scrollbar-highlight-color:#E6D7C1;
scrollbar-shadow-color:#5E3416;
background-color: #CBAB81;
}

body, p, a, td, h1, h2, h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 5px;
}
body {
background-color: #CBAB81;
}

p, td {
font-size:11px !important;
line-height:1.4 !important;
font: 11px/1.4;
}

h1, li {
font-size:15px !important;
line-height:1 !important;
font: 15px;
}

h2 {
font-size:13px !important;
line-height:1.2 !important;
font: 13px;
}

h3 {
font-size:11px !important;
line-height:1.4 !important;
font: 11px/1.4;
}

A {
color: blue;
text-decoration: none;
font-style: normal;
font-weight: bold;
cursor: hand;
background-color: transparent;
}
a:link{
color: blue;
background-color: transparent;
}
a:visited{
color: blue;
background-color: transparent;
}
a:active{
color: blue;
background-color: transparent;
}
	
A:hover	{
color: blue;
text-decoration: underline;
font-style: normal;
font-weight: bold;
cursor: hand;
background-color: transparent;
}
p:first-letter {
font-family: Times,Times New Roman,TimesNewRoman,serif;
font-size: 400%;
float: left;
}

.bold {
font-weight: bold;
}