a
{
    color: #be0000;
    font-weight: bold;
}
a:hover
{
    color: #000000;
    font-weight: bold;
}
a:visited
{
    color: #be0000;
    font-weight: normal;
}
h1.index {font-family:arial,sans-serif; font-weight:bold; color:#ffffff; font-size:14pt}
h1.header {font-family:arial,sans-serif; font-weight:bold; font-size:18pt}
h1 {font-family:arial,sans-serif; font-weight:bold; font-size:16pt}
h2 {font-family:arial,sans-serif; font-weight:bold; font-size:12pt}
h3 { font-family:arial,sans-serif; font-size:12pt; font-style: italic; }
td.description
{
    border-right: #ff0101 thick inset;
    border-top: #ff0101 thick inset;
    border-left: #ff0101 thick inset;
    border-bottom: #ff0101 thick inset;
    background-color: #ff820c;
}

p, td {font-family:arial,sans-serif; font-size:11pt}

/*style for the scroller*/
#pscroller1{
width: 150px;
height: 300px;
border: 3px solid black;
padding: 10px;
background-color: #ffff02;
}
#pscroller1 p
{
    color: #be0000;
    font-weight: bolder;
}


.someclass{
}