﻿/*----------------------------------------------------*/
/*Links*/
a {
	/*color: #808080;*/
	color: #FD9B19;
	text-decoration: none;
	font-style: italic;
}
a:hover {
	/*color: #808080;*/
	color: #FD9B19;
	text-decoration: underline;
	font-style: italic;
}
a:active {
	/*color: #808080;*/
	color: #FD9B19;
	text-decoration: underline;
	font-style: italic;
}
a:visited {
	/*color: #808080;*/
	color: #FD9B19;
	text-decoration: none;
	font-style: italic;
}
/*----------------------------------------------------*/
/*Paragraphs*/
/*Headings*/
h1 {
	color: #0066FF;
	font-family: Segoe UI;
	font-style: italic;
}
h2 {
	color: #0066FF;
	font-family: Segoe UI;
	font-style: italic;
}
h3 {
	color: #0066FF;
	font-family: Segoe UI;
	font-style: italic;
}
h4 {
	color: #0066FF;
	font-family: Segoe UI;
	font-style: italic;
}
/*Special Fonts*/
.xxsmall {
	font-size: xx-small;
}
.xsmall {
	font-size: x-small;
}
.small {
	font-size: small;
}
.large {
	font-size: large;
}
.xlarge {
	font-size: x-large;
}
.xxlarge {
	font-size: xx-large;
}
/*----------------------------------------------------*/
/*Lists*/
/*----------------------------------------------------*/