﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#E4C81F;
}

.news_link:visited 
{
	font-family: "Times New Roman", "Times", "serif";
	font-size: 13px;
	color: #3D459B;
	font-weight: bold;
    text-decoration: underline;
}
.news_link:link 
{
	font-family: "Times New Roman", "Times", "serif";
	font-size: 13px;
	color: #3D459B;
	font-weight: bold;
	text-decoration: underline;
}
.news_link:hover 
{
	font-family: "Times New Roman", "Times", "serif";
	font-size: 13px;
	color: #3D459B;
	font-weight: bold;
    text-decoration: none;
}

