.links {font-family: arial; font-size: 11px; color: gray; text-decoration: underline;}
.links:hover {font-family: arial; font-size: 11px; color:black; text-decoration:underline;}

.links2 {font-family: arial; font-size: 12px; color: black; text-decoration: underline;}
.links2:hover {font-family: arial; font-size: 12px; color:gray; text-decoration:underline;}

p.main {border-right-style: dotted; border-color:gray; border-width:thin; border-left-style:dotted}
p.box {border-right-style: solid; border-color:silver; border-width:thin;}
p.out {border-top-style: solid; border-width:thin; border-color:silver;}
p.double {border-style: double}
p.groove {border-style: groove}
p.ridge {border-style: ridge}
p.inset {border-style: inset}
p.outset {border-style: outset}



ul{ 
list-style-type: dot;
margin-top:0px;
} 

li{ 
margin-left: -10px; 
} 


span.content
{
font-family:arial;
color:black;
font-size:11;
}

span.title
{
font-family:arial;
color:black;
font-size:14;
font-weight:bold;
}
