﻿#articles
{
	width: 159px;
	margin-top: 35px;
	margin-left: 15px;
	margin-bottom: 15px;
	padding-top: 60px;
	padding-bottom: 15px;
	background-image: url(/images/interface/articles.gif);
	background-repeat: no-repeat;
	border: 1px solid #000000;
}

.articlelinks td
{
    white-space:normal !important;
    vertical-align: top;
}
       
.articlelinks a
{
    text-decoration: none;
    color:black;
}
    
.articlelinks a:hover
{
    text-decoration: underline;
    color:#d1232a;
}