﻿
body, td {
	color: #ffffff;
	font-family: Arial;
	font-size: small;
text-decoration: none;
}

.HaberBaslik
{
	color: #00ff99;
	font-family: Arial;
	font-size: large;
	text-decoration: none;
}
.Buton
{
	border-left-color: lime;
	border-bottom-color: lime;
	color: black;
	font-weight: bold;
	border-top-style: ridge;
	border-top-color: lime;
	border-right-style: ridge;
	border-left-style: ridge;
	background-color: lime;
	border-right-color: lime;
	border-bottom-style: ridge;
}
.Baslik
{
	font-weight: bold;
}
a:link
{
	color: #00ff99;
	font-family: Arial;
	font-size: small;
	text-decoration: none;
}

a:hover
{
	color: #6699ff;
	font-family: Arial;
	font-size: small;
	text-decoration: none;
}

a:visited{
	color: #00ff99;
	font-family: Arial;
	font-size: small;
text-decoration: none;
}

a:active
{
	color:Red ;
	font-family: Arial;
	font-size: small;
	text-decoration: none;
}