
/* --- TYPOGRAPHY --- */

h3, h3.startsida, h3.toppsida, h3.metasida
{
	font: 16px Georgia, "Times New Roman", serif;
}


#primary p
{
	font: 100%/1.5 Georgia, "Times New Roman", serif;
}

#primary p.small, #primary p.content_small
{
	font: 80%/1.5 Georgia, "Times New Roman", serif;
}


.introduction_content a:link, .introduction_content a:visited, .introduction_content a:active
{
	font: 1em Georgia, "Times New Roman", serif;
	font-style: italic;
	text-decoration: none;
}

.introduction_content a:hover
{
	font: 1em Georgia, "Times New Roman", serif;
	font-style: italic;
	text-decoration: underline;
}

.content a:link, .content a:visited, .content a:active
{
	font: 0.7em/2em Georgia, "Times New Roman", serif;
	font-style: italic;
	text-decoration: none;
}

.content a:hover
{
	font: 0.7em/2em Georgia, "Times New Roman", serif;
	font-style: italic;
	text-decoration: underline;
}

/*-- LOOMINOUS MENU --*/

ul#menu
{
	font: 12px Georgia, "Times New Roman", serif;
	text-decoration: none;
}


/*--- LINK LIST ---*/

div.mainTextLinks_area ul li a 
{
	font: 0.7em/2em Georgia, "Times New Roman", serif;
	font-weight: bold;
}


