/* Made by Francisco P. Borba - FPB Designs dont copy, try to learn instead*/


#box {
   width: 800px;
   height: 80px;
   overflow: auto;
   /* Scroll bar code */
   scrollbar-face-color:grey;
scrollbar-highlight-color:white;
scrollbar-3dlight-color:grey;
scrollbar-darkshadow-color:grey;
scrollbar-shadow-color:grey;
scrollbar-arrow-color:grey;
scrollbar-track-color:b2899f;
} 

#box2 {
   width: 760px;
   overflow: auto;
}

#box5 {
   width: 587px;
   overflow: auto;
}

.border {
border: 5px hidden #6e9eff;

}

#body1 {
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
}


<!-- Links --!>					
a, a:link {

font: "Trebuchet MS";
color:#a60000;
text-decoration:none;
}

a:active, a:visited {

font: "Trebuchet MS";
color:#a60000;
text-decoration:none;
}

a:hover {

font: "Trebuchet MS";
color:#0033CC;
text-decoration:none;	
}

<!-- font --!>
<!-- textos --!>

.texto: { 
font-family: "Trebuchet MS";
font-size:13px;
color:#FFD259;
}

.titulo: {
font-family: Trebuchet MS, Verdana;
FONT-WEIGHT: bold;
font-size:13px;
color:#FFD259;
}

.style1 {
	font-family: "Trebuchet MS";
	font-size: 14px;
}

.style7 {
	font-family: "Trebuchet MS";
	color: #0000FF;
	font-weight:bold;
}

.style2 {
	color: #0099CC;
	font-weight: bold;
	font-style: italic;
}

.style3 {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 16px;
}

.style4 {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 16px;
	color:#a60000;
}

.style5 {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 16px;
	color:#a60000;
}

.style6 {
	font-family: "Showcard Gothic";
	color:#0000FF;
	font-size: 16px;
}

