@charset "utf-8";
/* CSS Document */

body {
	font-family:'Lato', Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
}

a {
	color:#539998;
	 transition: all 0.5s ease;
}

a:hover {
	color:#cc9900;
}

h1 {
	font-family:"Trebuchet MS", Verdana, Arial;
	color:#125757;
	font-size:1.8em;
	margin:0px;
}

h2 {
	font-family:"Trebuchet MS", Verdana, Arial;
	color:#125757;
	font-size:1.5em;
	margin:0px;
	padding:0px;
}

.YellowText, .YellowText a {
	color:#ffdd3d;
}

.YellowSearchText{
	color:#ffdd3d;
	font-size: 2em;
	letter-spacing: 2px;
	margin: 5px 0;
}

.DarkText {
	color:#333333;
}

.RedText {
	color:#cc0000;
}

.LightGreenText, .LightGreenText a {
	color:#bcdada;
}

.DarkGreenText, .DarkGreenText a {
	color:#006666;
}
