BODY { 
max-width: 100%; 
font-family : "Times New Roman"; 
background-color : #FFFFFF; 
margin : 0; 
padding : 0; 
} 
P { 
color : #000000; 
font-size : 100.01%; 
text-align : justify; 
text-indent : 1em; 
} 
H1 { 
font : 22px Georgia, Times, Serif; 
text-align : center; 
color : #0000FF; 
text-shadow : 1px 0px 0px #333; 
margin : 0; 
} 
H2 { 
font : 18px Georgia, Times, Serif; 
text-align : center; 
color : #4169E1; 
text-shadow : 0px 0 0 #666; 
margin-top : 0; 
} 
H3 { 
font : 16px Georgia, Times, Serif; 
/* text-align : center; */
color : #8A2BE2; 
text-shadow : 0px 0 0 #999; 
margin-top : 0; 
} 
H4 { 
font : 14px Georgia, Times, Serif; 
/* text-align : center; */
color : #000000; 
text-shadow : 0 0 0 #333; 
margin-top : 0; 
} 
#head { 
max-width: 100%; 
background : #fff; 
padding : 10px; 
} 
#content { 
max-width: 100%; 
margin : 5px 5px 10px 5px; 
padding : 10px; 
border : #333 solid 1px; 
background-image : url('../imags/gradient-a.png'); 
background-repeat : repeat-x; 
} 
ul { 
margin : 0; 
padding : 0; 
list-style : none; 
width : 180px; 
} 
ul li { 
position : relative; 
} 
li ul { 
position : absolute; 
right : 0; 
top : 0; 
display : none; 
} 
ul li a { 
display : block; 
text-decoration : none; 
color : #333; 
background : #BED7E1; 
padding : 0; 
border : #cfc solid 0; 
border-bottom : 0; 
} 
ul li a:hover { 
text-decoration : none; 
color : #FF3030; 
text-shadow : 0 0 2px #333; 
} 
* html ul li { 
float : left; 
} 
* html ul li a { 
height : 1%; 
} 
ul { 
margin : 0; 
padding : 0; 
margin-left : 0; 
list-style : none; 
width : 120px; 
border-bottom : 0 solid #ccc; 
} 
li:hover ul { 
display : block; 
} 
li:hover ul, li.over ul { 
display : block; 
} 
* html ul li { 
float : left; 
height : 1%; 
} 
* html ul li a { 
height : 1%; 
}
a { text-decoration: none; 
}
a:hover {
color: #FF3030;
text-decoration: none
}
a:visited {
color: #00008B;
text-decoration: none
}