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

