/* CSS Document */

dl {margin: 10px; float: left;}

dt {
border: 1px solid #000;
background: #fc3f4b;
color: #FFF;
width: 200px;
list-style-type: disc;
list-style-position: outside;
text-align: center;
font-size: large;
padding: 0;
margin: 0;
text-transform: uppercase;

}

dd {
width: 200px;
clear: both;
text-align: left;
letter-spacing: 0px;
font-weight: normal;
text-transform: uppercase;
line-height: 150%;
font-weight: 600;
margin: 10px 0;
padding: 2px 0px;
color: #000;
font-size: 14px;
letter-spacing: 2px;
}

ul {margin:0; padding: 0;}


ul {list-style-type: none; margin: 0; padding: 0;}
li {margin: 0; padding: 0; line-height: 200%;}
ol {text-align: left; margin-left: 6%;}

ul#bio-contact li { list-style: none; font-size: 1.1em; color: #fc3f4b; text-align: center; line-height: 150%; }

ul#img-links {text-align: center; margin: 10px;}
ul#img-links li { display: inline; }