﻿/* css for infg    */


body 	{
	font-family: arial, verdana, geneva, sans-serif;
	font-size: 100%;
	color: black;
	line-height: 1.2em;
	}
	


h1, h2, h3, h4 {
	font-weight: normal;
	line-height: 1.2em;
	color: black;
	}
	
	
h1	{
	font-size: 190%;
	}
 
h2	{
	font-size: 160%;
	}


h3	{
	font-size: 140%;
	}


h4	{
	font-size: 120%;
	}	
	
h2.blackbox {
	font-weight: normal;
	color: white;
	}
	
h3.castlename  {
	font-weight: bold;
	line-height: 1.2em;
	color: black;
	}

h1.white	{
	font-size: 190%;
	color: white;
	}
 
h2.white	{
	font-size: 150%;
	color: white;
	}


h3.white	{
	font-size: 130%;
	color: white;
	}


h4.white	{
	font-size: 110%;
	color: white;
	}
	
	table.text {
  font-size:      100%;
  line-height: 1.2em;
}

td, p, ul, ol {
  font-size:      100%;
  line-height: 1.2em;
}

td.white {
          
    font-weight: bold;
	color: white;
	font-size: 100%;
	}
	
td.small  {	
    color: black;
    font-size: 70%;
    line-height: 1.2em;
    }

a.pagetop	{
	color: #0000ff;
	font-size: 80%;
	line-height: 1.2em;
	}

a.sitelinkwhite	{
	color: #ffffff;
	}

a.sitelinkyellow {
    color: #ffffcc;
    font-weight: bold;
    }
	
a.sitelinkblue	{
	color: #0000ff;
	}	

a:hover {
	background: #f88396;
	color: #0d5353;
	}