/*
Divs
*/

.box {
width: 300px;
height: 200px;
background: url('boxbg.gif') no-repeat;
}
.title { 
background: url('headerbg.gif') no-repeat; 
width: 300px;
height: 32px;
color: #FFFFFF;
font-size: 24px;
font-weight: bold;
text-align: left;
letter-spacing: -1px;
margin-top: 15px;
margin-bottom: 5px;
}

/*
Links
*/

a { 
color: #EE6700;
font-family: Arial, Helvetica;
font-weight: none;
text-decoration: none;
font-size: 20px;
}

a:link {

}

a:visited {

}

a:hover {
font-family: Arial, Helvetica;
font-weight: bold;
font-size: 20px;
}

/*
Others
*/

body { 
background: url('vtbg.gif') no-repeat fixed center top;
font-family: Tahoma, Arial;
font-size: 15px;
}

.sect {
color: #EE6700;
font-family: Tahoma, Arial;
font-weight: bold;
font-variant: smallcaps;
}

marquee {
padding-left: 15px;
text-align: center;
height: 198px;
}