﻿/* CSS Document */
.text1 a
{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.text1 a:hover
{
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}
.text2 a
{
	font-family: "Trebuchet MS";
	font-size: 13px;
	text-decoration: underline;
	font-weight:bold;
	}
	
.text2 a:hover
{
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	
}

.text3 {
	color: #ffffff; font-family: Trebuchet MS; font-size: x-small;
}

.text3 a {
	color:#000;
	background:orange
	}
	
.text3 a:hover {
	decoration:none;
	background:none;
	color:#fff;
}
