/* cherubstyles.css */

body { 
	background-color: rgb(50,50,100); 
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-image: url(bgfade.gif);
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	font-family: palatino, "bookman old style", garamond, serif;
	color: white;
	font-size: 90%;
}

p	{
	color: white ; 
	font-size: 90%;
	}

p.nav	{
	font-family: Verdana, Helvetica, Helv, Swiss, Tahoma, Arial;
	font-weight: lighter;
	font-size: 70%;
	color: white ; 
	}

p.inf	{
	font-family: Verdana, Helvetica, Helv, Swiss, Tahoma, Arial;
	font-weight: lighter;
	font-style: italic;
	font-size: 70%;
	color: white ; 
	}



TABLE    {
	font-family: palatino, "bookman old style", garamond, serif;
	border: 1pt;
	background-color: rgb(50,50,100); 
	color: white ; 
	background: transparent;
	}

TD    {
	font-size: 90% ; 
	color: white;
	}

TD.body {
	font-size: 90%;
	color: white;
	}

TD.large {
	font-family: Verdana, Helvetica, Helv, Swiss, Tahoma, Arial;
	font-weight: lighter;
	font-size:105%;
	color: white;
	}


A:link  {
	color:aqua ; 
	text-decoration: underline; 
	}

A:visited	{
	color:silver ;
	text-decoration: underline; 
	}

A:active   {
	color:gray ;
	text-decoration: underline; 
	}

A:hover    {
	color:yellow  ;
	text-decoration: underline ;
	}

H1,H2,H3,H4,H5,H6	{
	font-family: Verdana, Helvetica, Helv, Swiss, Tahoma, Arial;
	font-weight: lighter;
	color:white;
	}

