/* reset defaults */

* {
padding:0;
margin:0;
}

h1, h2, h3, h4, h5, h6 { font-size: 1em; font-weight: normal; margin: 0;}

/* reset done */

a, a:visited {
color: #f63;
font-weight: bold;
}

a:hover {
text-decoration: none;
}

body {
background: #eee;
font-family: "Trebuchet MS",Verdana, Arial,sans-serif;
font-size: 62.5%;
}

h1, h2, h3 {
font-family: "Lucida Sans Unicode","Trebuchet MS",Arial,sans-serif;
}

h1 {
font-size: 3.0em;
}

h2 {
font-size: 3.0em;
border-bottom: 2px solid #000;
margin: 0.5em 0;
}

h3 {
font-size: 2.6em;
margin-bottom: 0.2em;
}

h3 a {
text-decoration: none;
}

#holder {
background: #fff;
border: 1px solid #ddd;
padding: 10px;
margin: 0 auto;
width: 494px;
}

#holder p {
font-size: 1.6em;
line-height: 1.4em;
}

#my_name {
font-size: 1.5em;
}

#my_name a {
text-decoration: none;
}

.item {
margin-bottom: 3em;
border-bottom: 2px solid #ddd;
}

.item img {
border: 4px solid #fff;
}

.item p {
margin: 0.5em;
}

.screenshot {
border: 2px solid #f63;
height: 233px;
width: 488px;
}