﻿body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

A  {
	font-size : x-small;
	color : brown;
	text-decoration : none;
	font-family : arial;
}
A:Visited  {
	color : brown;
	text-decoration : none;
	font-family : arial;
	font-size : x-small;
}

A:Active  {
	color : orange;
	text-decoration : none;
	font-family : arial;
	font-size : x-small;
}

A:Hover  {
	color : Red;
	text-decoration : none;
	font-family : arial;
	font-size : x-small;
}

#Large A  {
	font-size : 16px;
	color : brown;
	text-decoration : none;
	font-family : arial;
}
#Large A:Visited  {
	color : brown;
	text-decoration : none;
	font-family : arial;
	font-size : 16px;
}

#Large A:Active  {
	color : orange;
	text-decoration : none;
	font-family : arial;
	font-size : 16px;
}

#Large A:Hover  {
	color : Red;
	text-decoration : none;
	font-family : arial;
	font-size : 16px;
}
.ad {
	border: 5px #ff0000 dashed;
}