body{
background-color: #FFFFFF;
color: #CC6600;
font-family: "Times New Roman";
font-size: 14px;}
a{
color: #CC6600;
}
A:HOVER{
color: #1E90FF;
}
ul{
list-style-type: square;
font-size: 16px;
font-weight: bold;
}
ul ul{
list-style-type: disc;
font-size: 16px;
font-weight: normal;
}
ul ul ul{
list-style-type: disc;
font-size: 14px;
}
ul ul ul ul{
list-style-type: circle;
font-size: 12px;
}

