@import url(fraynons.css);

body  {
	background-color : #4682B4;
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;

	}


cite {
	font-style : italic;
	font-weight : bold;
	font-size : larger;

}

cite.normal {
	font-weight : normal;
	font-size : normal;
}

h1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #0000CC;
	background-color : transparent;

	}
	
h2 {
	font-family :  "Mead Bold", Geneva, Arial, Helvetica, sans-serif;
	color : #0033FF;
	background-color : transparent;
	
}
	
h3 {
	font-family : "Courier New", Courier, monospace;
	color : #000066;
	background-color : transparent;
	}

h4 {
	font-family : "Mead Bold", sans-serif;
	background-color : transparent;
	color : #336600;
}

.page {
	background-repeat : repeat;
	background-color : White;
    border : 1px dashed #CC3300;
	color: Black;
	
}

.spoiler {
	color: silver;
	background-color: silver;
}

span[lang="en"] {
	font-style : italic;
}


th {
	background: #FF6600;
	color: white;
	font-weight: bold;
	text-align: left;
}

td.footer{
	background-color: #4682B4;
	color: Black;
}

table.page a:link {
	background-color : transparent;
	color : Navy;
}

table.page a:visited {
	background-color : transparent;
	color : #660099;
}

div.shiny {
	text-align : right;
}