﻿

body 
{

	margin-left: auto;
	margin-right: auto;

	font-family: Tahoma, sans-serif;
	font-size: 13px;
	background-color: #EEEEEE;
	
}


h1
{
	font-family: Arial Narrow;
	text-align: center;
	color: #0066CC;
	font-size : 150%;
	font-variant: normal;
	font-weight: bolder;
	margin: 0px auto 0px auto;
	border-bottom: 1px solid gray;
}


a:visited
{
  color: #3333CC;
  font-weight: normal;
  text-decoration: underline;
}


a:link
{
	color: #0066CC;
	font-weight: bold;
	text-decoration: underline;
}

#footer
{
	/* font-size: 85%; */
	color: #808080;
	clear: both;
	text-align: center;
	padding: 5px;
	margin-top: 40px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #C0C0C0;
}


#footer a:visited
{
  color: #666666;
  font-variant: small-caps;
}

#footer a:link
{
  color: #666666;
  font-variant: small-caps;  
  font-weight:normal;
}



