﻿@media screen
{

	a img
	{
		border: none;
	}

	a:link, a:visited
	{
		color: White;
		text-decoration: none;
	}

	a:hover, a:active
	{
		color: Blue;
	}

	.text
	{
		font-family: Arial, Helvetica, Sans Serif;
	}

	.bold
	{
		font-weight: bold;
	}

}

