body{
    font-family: Tahoma, Verdana, Arial, sans-serif;
    background-color:#000;
}

#content{
    margin:0 auto;
    background-color:#eee;
    padding-bottom:5px;
    width:620px;

}

p{
    color:#333;
    padding:0 15px;
    margin:0;
    font-size:12px;
    line-height:1.2em;
}
ol{
    font-size:12px;
    line-height:1.2em;
    color:#333;
}

li{
    padding-bottom:2px;
}

h1{
	padding: 113px 0 0 0;
	overflow: hidden;
	background-image: url(sexandsocket.gif);
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:113px;
}
h2{
	padding: 85px 0 0 0;
	overflow: hidden;
	background-image: url(brief2.gif);
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:85px;
}
h3{
    padding:0 0 0 15px;
    margin:15px 0 5px 0;
    font-size:14px;
}

#author{
    display:block;
    margin:0 auto;
    text-align:center;
    font-size:12px;
}
dl{
    margin:5px;
}
dt{
    font-style:italic;
    font-weight:bold;
    padding-bottom:5px;
}

dd{
    margin:0;
    padding-bottom:10px;
}

a{
    color:#000;
}

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

a:visited{
    color:#666;
    text-decoration:underline;
}