/* CSS Document */

.linkO a:link { color: #000000; }
.linkO a:visited { color: #000000; }
.linkO a:hover { color: #FFFFFF; font-weight: 900; }
.linkQ a:visited { color: #0000FF; }
.linkQ a:hover { color: #FFFFFF; }
/* link O1 */
#linkO1 li:hover { background-color:#4169E1; }
#linkO1 li {
display: block;
float: center;
clear: none;
text-align: center;
padding: 0;
margin: 0;
height: 100%;
}
#linkO1 ul {
border: 0;
margin: 0;
padding-left: 0px;
padding-bottom: 0px;
text-align: left;
color: #FF0000;
}
#linkO1 ul li a {
padding: 0;
padding-left: 10px;
padding-right: 10px; /* <<<< */
border-left: none;
border-right: none;
margin: 0;
text-decoration: none;
display: block;
letter-spacing: 1px;
line-height: 20px;
font-size: x-small;
text-decoration: none;
}
/* END link O1 */
/* link O2 */
#linkO2 li:hover { background-color:#9ACD32; }
#linkO2 li {
display: block;
float: center;
clear: none;
text-align: center;
padding: 0;
margin: 0;
height: 100%;
}
#linkO2 ul {
border: 0;
margin: 0;
padding-left: 0px;
padding-bottom: 0px;
text-align: center;
color: red;
}
#linkO2 ul li a {
padding: 0;
padding-left: 8px;
padding-right: 8px; /* <<<< */
border-left: none;
border-right: none;
margin: 0;
text-decoration: none;
display: block;
letter-spacing: 1px;
line-height: 20px;
font-size: x-small;
text-decoration: none;
}
/* END link O2 */