* {
    padding: 0;
    margin: 0;
}

body {
    background: white;
    /* background-image: url("http://www.alistapart.com/d/settingtypeontheweb/images/gridbg.gif");
    background-repeat: repeat; */
    color: black;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    color: black;
}

#main {
    width: 800px;
    margin: auto;
    margin-top: 18px;
    border-top: 1px solid #666;
    padding-top: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #666;
    padding-bottom: 18px;
}

h1 { 
    font-size: 24px; 
    font-weight: normal;
    line-height: 36px;
    margin-bottom: 18px; 
}

h2 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 18px;
}

h3 {
    margin-bottom: 18px;
}

p, ul, ol {
    margin-bottom: 18px;
}

#footer {
    width: 800px;
    color: #666666;
    margin: auto;
    text-align: right;
    font-size: 10px;
}

#footer a {
    color: black;
}

#footer a:hover {
    color: #666;
}

#frontpage {
    width: 400px;
    margin: auto;
}

#flickr {
    margin-top: 18px;
}

#flickr img {
    width: 58px;
    height: 58px;
    margin: 4px 4px;
    border: 1px solid #000;
}

#flickr img:hover {
    width: 72px;
    height: 72px;
    margin: -3px -3px;
}

#htmltagcloud {
    margin-bottom: 9px;
}
