A:visited 
{ 
font-weight: bold; 
color: #3399ff;
}
A:hover 
{ 
font-weight: bold; 
color: #A7B1D0; 
}
A:link 
{ 
font-weight: bold; 
color: #3399ff;
}
A:active 
{
font-weight: bold; 
color: #CDD7F6;
}

body 
{
background-color: #FFFFFF;
font-family: Arial;
font-size: 10px;
background-repeat:no-repeat;
}

.mainFrame 
{
position:absolute;
overflow:auto;
left:322px;
top:168px;
width:360px;
height:300px;
padding:5px;
background-color:transparent;
}

.subFrame
{
position:absolute;
left:322px; 
top:480px;
width:370px;
height:70px;
background-color:transparent;
}
