﻿.blink { text-decoration: blink; } 

div.text {margin-left:95px; 
			margin-right:90px;
			text-align=center}
			
body {background-color:#ffffcc}

a:link
	{
	text-decoration: none;
	color:#0000ff;
	}

A:visited
	{
	text-decoration: none;
	color:#0000ff;
	}

A:active
	{
	text-decoration: none;
	color:#0000ff;
	}

A:hover
	{
	text-decoration: none;
	color: #F99122;
	}