﻿/*
Title:     	Lisbon Partners basic style
Author:     Lisbon Partners Design
Copyright:	Lisbon Partners, Lda.
Updated:    July 15 2024
*/

@import url("advanced.css");
@import url("sIFR-screen.css");

html { font-size: 100%; /* IE trick to allow proper resizing of text */ }

body {
	color: #6d7c82;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.66em;
	}
	
table, form, select, input, textarea { 
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 100%; /* ie hack so these elements correctly inherit the default text size */ 
	}	

/* default heading sizes */	
h1		{ font-size: 2em;    }
h2		{ font-size: 2em; }
h3 		{ font-size: 1.5em;  }
h4		{ font-size: 1em;  }
h5,h6	{ font-size: .84em;  }

/* default link formatting */			
a, a:link 			{ color: #2F3F4A; text-decoration: none; }
a:visited 			{ color: #2F3F4A; }	
a:focus, a:hover 	{ color: #000000; text-decoration: underline; }
a:active 			{ color: #000000; }
