body
{
    background-color: #3f3f3f;
    color: #dcdccc;
}

body a
{
    color: #94bff3;
}

#cont
{
  width: 750px;
  margin: 0 auto;
  padding-top: 90px;
  text-align: center;
  font-family: helvetica, arial, sans-serif;
}

#package_updates
{
    font-family: helvetica, arial, sans-serif;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 0.8em;
    line-height: 5px;
    width: 250px;
    height: 210px;
    padding-left: 10px;
    border-right: 1px solid #dcdccc;
    border-bottom: 1px solid #dcdccc;
/* border-right: 1px solid black;
 * border-bottom: 1px solid black;
 */
}

#info
{
    font-family: helvetica, arial, sans-serif;
    position: absolute;
    top: 250px;
    left: 20px;
    width: 250px;
    font-size: 0.8em;
    padding-bottom: 5px;
    padding-left: 10px;
    border-right: 1px solid #dcdccc;
    border-bottom: 1px solid #dcdccc;
}

#package_updates a,
#info a
{
    text-decoration: none;
}

#package_updates a:hover,
#info a:hover
{
    text-decoration: underline;
}

div.row
{
    padding-top: 5px;
    padding-bottom: 5px;
}

div.row a
{
    position: absolute;
}

div.row span
{
    margin-top: 5px;
    margin-left: 190px;
}

#news_updates
{
    width: 650px;
    margin: 0 auto;
    padding-top: 20px;
    font-family: helvetica, arial, sans-serif;
}

.news_update
{
    margin-bottom: 0;
    border-bottom: 1px solid #dcdccc;
/* border-bottom: 1px solid black;
 */
}

.news_update h3
{
    font-size: 1.2em;
}

.news_update h3 a
{
/* color: black;
 */
    color: #93e0e3;
    text-decoration: none;
}

.news_update h3 a:hover
{
    text-decoration: underline;
}

.news_update .content
{
    font-size: 0.9em;
    text-align: justify;
    line-height: 1.3em;
}

.news_update .content a
{
    text-decoration: underline;
    color: #dcdccc;
/* color: black;
 */
}

.news_update .content a:hover
{
    border-bottom: 1px solid #dcdccc;
/* border-bottom: 1px solid black;
 */
}

.news_update .more
{
    margin-top: 0;
}

