﻿html 	{
			height:100%;
}

body	{
 
		margin: 0px;
		padding: 0px;
		background-color: white;
		color: #EDE9DF;
		height:100%;
}


td		{
	font-family: tahoma;
	font-size: 13px;
	color: #EDE9DF;
}
 
strong	{
	color: black;
}

a		{
		font-family:Arial, Helvetica, sans-serif;
		font-size: small;
		 color: gray;
		text-decoration:none;
        border-bottom:1px #3169c6 dotted;
		}
		
.specialLinks
{
	
		font-family:Arial, Helvetica, sans-serif;
		font-size: small;
		color: gray;
		text-decoration:none;
        border-bottom:1px grey solid;

}	
.specialLinks:hover
{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color: black;
	text-decoration:none;
    border-bottom:1px grey solid;

}	

.quitelink, .quitelink:hover
{
	border-bottom:0px;
	text-decoration:none;
	
}


a img{
	  border: 0;
	  text-decoration:none;
	  border-bottom:0px;
}		
a:hover	{

		font-family:Arial, Helvetica, sans-serif;
		font-size: small;
		color:#c0c0c0;
		text-decoration:none;
		 border-bottom:1px #3169c6 solid;

		}
 
  
