<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
width: 100%;
font: 80% Palatino Linotype, Book Antiqua, Comic Sans Ms, Arial;
color: white;
/* background: AntiqueWhite; */
background: LightPink;
text-align: left;
}


.title_header {
letter-spacing: 2px;
}

h2 {
color: blue;
margin-left: 20px;
}

h4 a {
font-weight: bold;
color: blue;
/* margin-top: -20; */
}

ul {
/* margin-left: -5px; */
margin-top: 10px;
}



a {
color: #2255c5;
font: 100% Palatino Linotype, Book Antiqua, Comic Sans Ms, Arial;
text-decoration: none;
font-weight: bold;
}


.base_table {
width: 1024px;
align: center;
text-align: center;
color: #000;
background: #CC9999;
border: 2px;
}

#menu {
text-align: left;
width: 300px;
}

#main {
text-align: left;
color: #222299;
font: 110% Palatino Linotype, Book Antiqua, Comic Sans Ms, Arial;
}

.list li {
margin: 0 15px 5px -20px;
padding: 1px;
font-size: 135%;
font-weight: bold;
background: inherit;
color: #D5D9B4;
font-family: Palatino Linotype, Book Antiqua, Comic Sans Ms, Arial;
}

.link_homepage {
color: #d522bb;
font: 150% Palatino Linotype, Book Antiqua, Comic Sans Ms, Arial;
text-decoration: none;
font-weight: bold;
margin-left: 20px;
}

#header {
color: blue;
text-align: left;
}

#footer {
background: #ccccff;
}

.td_header {
background: #ffd5d5;
padding-left: 20px;
}

.td_menu {
background: #FFEBED;
width: 300px;
}


.table_main {
background: #EEEEEE;
width: 605px;
text-align: left;
}

.td_main {
background-color: #F5F5FF;
padding: 8px;
}


.letters {
font-weight: bold;
letter-spacing: 5px;
}

.tr_table_title {
background-color: #BBBBBB;
}

.td_table_title {
text-align: left;
}

.td_sex_title {
text-align: center;
}

.td_origin_title {
text-align: center;
/* background-color: #EEEEEE; */
}

.td_light_name {
width: 700px;
background-color: #EEEEEE;
}

.td_dark_name {
width: 700px;
background-color: #DDDDDD;
}

.td_light_length {
background-color: #EEEEEE;
text-align: center;
}

.td_dark_length {
background-color: #DDDDDD;
text-align: center;
}

.td_light_origin {
width: 250px;
background-color: #EEEEEE;
text-align: center;
}

.td_dark_origin {
width: 250px;
background-color: #DDDDDD;
text-align: center;
}


.link_selected {
/* color: #5555ff; */
color: #8833bb;
}</pre></body></html>