﻿body 
{ 
	background-color: Blue;
	color: Yellow;
	font-size: medium;
	font-family:Times New Roman;
	
}

A:link
{
	color: white;
	font-family: 'Times New Roman';
	background-color: transparent;
	text-decoration: underline;
}
A:active
{
	color:Fuchsia;
	font-family: 'Times New Roman';
	background-color: transparent;
	text-decoration: underline;
}
A:hover
{
	color:Purple;
	font-family: 'Times New Roman';
	background-color: transparent;
	text-decoration: underline;
}
A:visited
{
	color:Aqua;
	font-family: 'Times New Roman';
	background-color: transparent;
	text-decoration: underline;
}
TEXTAREA
{
	color:Yellow;
	font-family:'Times New Roman';
	background-color: Transparent;
	
}
