﻿<!--
A:link { color: rgb(125,152,205); text-decoration: none; font-weight: bold}

.style1 {
	color: #7D98CD;
}

.style2 {
	color: #E37812;
	font-size: x-small;
	font-weight: 700;
}

a.style_contact:link {
	font-family: Verdana, Arial;
	font-size : 12px ;
	color : #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform:uppercase;
}

a.style_contact:visited {
	font-family: Verdana, Arial;
	font-size : 12px ;
	color : #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform:uppercase;
}

a.style_contact:hover {
	font-family: Verdana, Arial;
	font-size : 12px ;
	color : #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	text-transform:uppercase;
}


A:visited { color: rgb(125,152,205); text-decoration: none; font-weight: bold}

A:hover { color: rgb(227,120,18); text-decoration: underline; font-weight: bold}

-->