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

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

a:hover { 
 color: black;
 text-decoration: underline;
}

.content {
 margin-left: 50px;
 margin-right: 50px;
 margin-top: 20px;
 padding-left: 10px;
 padding-right: 10px;
 padding-bottom: 10px;
}

.contact li {
 background: url(imgs/contactbullet.png) no-repeat center left;
}

h4 {
 border-left: 5px solid #808080;
 border-bottom: 3px solid #808080;
 color: #fff;
 background-color: #404040;
 padding-left: 15px;
}

p {
padding-left: 30px;
}

ul {
 list-style: none;
 padding: 0px;
 margin: 0px;
}

li {
 background: url(imgs/downloadbullet.png) no-repeat center left;
 padding-left: 20px;
 margin-left: 10px;
}

.subr {
 margin-left: 10px;
 padding-left: 15px;
 padding-right: 15px;
 border-bottom: 1px dotted #dedede;
 color: #808080;
}
