<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

body{
background-image:url(../images/mi_background.jpg);
background-position:top left;
background-attachment: fixed;
}

#skills{
list-style:none;
height:140px;
position: relative;
margin-top:75px;
float:right;
}

#skills li{
float:left;
width:85px;
color:#666666;
height:140px;
}

#skills li:hover{
color:#000000;
}

.iconlabel{
font-size:11px;
text-align:center;

}

.iconlabel img{
border: 0px;
}

.iconlabel a{
text-decoration: none;
color:#666666;
}

.iconlabel a:hover{
color: #000;
}

#skillscontainerbackground{
background-color:#cccccc;
width:508px;
min-height:287px;
margin-top:-8px;
margin-left:1px;
float:right;
border-left:1px solid #8a8a8a;
border-right:1px solid #8a8a8a;
z-index: 99;
}

#skillscontainertop{
background-image:url(../images/skillsbox_top.gif);
background-repeat:no-repeat;
width:510px;
min-height:287px;
position: relative;
}

#skillscontainerbottom{
width:510px;
min-height:287px;
margin-left:-1px;
position:relative;
}

#skillsbottomimage{
width: 510px;
float: right;
}
.skillsheader{
font-size:24px;
margin-left:33px;
line-height:14px;
padding-top:30px;
color:#ffffff;
}

.skillssubtitle{
font-size:14px;
color:#333333;
margin-left:33px;
margin-top:4px;
}

.skillsdescription{
font-size:11px;
line-height:18px;
color:#333333;
width:260px;
margin-left:33px;
padding-top:28px;
float:left;
margin-bottom:30px;
}

.skillsimage{
background-color:#666666;
width:153px;
height:153px;
margin-top:28px;
float:right;
margin-right:32px;
}

.skillsimage img{
margin:1px;
}

.skillsimageheader{
color:#ffffff;
font-size:10px;
font-weight:bold;
line-height:14px;
width:135px;
margin-left:11px;
}

.skillsimagecontent{
color:#cccccc;
}

#skills span{
display:block;
clear:left;
}</pre></body></html>