﻿@charset "utf-8";

/*declaration for the background image*/
body {
	background-image: none;
	background-color: #C1CEC9;
}

/*declaration for all text in the center of the page the content*/
p {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	text-indent: 0em;
	margin-left: 4em;
	margin-right: 4em;
	text-align: justify;
}

/*declaration for the first word to be bold*/
.bold {
	font-weight:bold;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#008000;
}
.title {
	text-align: center;
}

/*declaration for the e-mail and url in the top*/
.address {
	font-weight: bold;
	font-size: 14px;
	font-family: "CG Omega";
	color: #A51818;
	text-align: center;
}

/*declaration for the navigation table*/
.navtable {
	border-style: groove;
	border-color: #008000;
	border-bottom: 2px solid;
	border-left: 2px solid;
	border-top: 2px solid;
	border-right: 2px solid;
	color: #008000;
	text-align: center;
	background-color: #D0E9C5;
}

/*declaration for the text in the navigation table*/
.navigation {
	font-weight: normal;
	font-size: 12px;
	font-family: "CG Omega";
	color: #008080;
}

/*declaration for the links*/
a:link {
	text-decoration: none;
}
.frame {
	border: 2px groove #800000;
	background-image: url('backgrnd/eron.jpg');
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline overline;
}
a:active {
	text-decoration: none;
	color: #B50000;
}
.link {font-weight: normal; font-size: 12px; font-family: "CG Omega"; color: #A51818; }
