﻿@import url('ifmlayout.css');
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #228B22;
}

a:link {color: #008000; text-decoration: none;}
a:active {color: #008000; text-decoration: none;}
a:visited {color: #008000; text-decoration: none;}
a:hover {color: #008000; font-weight: bold}

ul {
	list-style: none;
	color: #000000;
}		/* No list-item marker is displayed, ie. there is no dot before the items in the list */

.sitename1 {
	color: #000000;
	font-family: Verdana;
	font-size: x-large;
	font-weight:bold
}

.sitename2 {
	color: #006600;
	font-family: Verdana;
	font-size: x-large;
	font-weight:bold
}

.ribbon {
	font-family: Webdings;
	font-size: 50px;
	color: #006600;
}

.socialize {
	border-style: solid;
	border-width: 1px;
	background-color: #008000;
	color: #FFFFFF;
}

h1 {
	font-size:large
}

