* html {
 margin: 0;
 padding: 0;
}

body {
 margin: 49px;
 padding: 0;
 background-color: #FF6600;
 color: #000000;
}

img {
 border: 0;
}

.main {
 width: 520px;
 background-color: #0099CC;
}

.content {
 padding: 10px;
 font-family: Helvetica, Arial, sans-serif;
 font-size: 13px;
 font-weight: bold;
 background-color: #FFFFFF;
 border-bottom: solid 20px #0099CC;
}
.home {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: bold;
}
.title {
 font-family: Helvetica, Arial, sans-serif;
 font-size: 16px;
 font-weight: bold;
}
.grey_titles {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: normal;
 color: #666666;
}
.contrib_desc {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: normal;
 color: #666666;
}
p a:link, p a:visited, p a:active {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 color: #FF6600;
 text-decoration: none;
}
p a:hover {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 color: #FF6600;
 text-decoration: underline;
}

.success {
 font-size: 12;
 color: #000000;
}

.failure {
 font-size: 12;
 color: #FF0000;
}

.usertable {
 font-size: 11;
}