/* future.css - tyylisäännöt Futurama Finland sivustolle*/

/* Perusrunko: perusfontti, fontin väri, taustaväri, mahdolliset marginaalit, jne. */
BODY {
	color: #000000;
	background: #FAFAD2 none;
	text-align: left;
	padding: 6px;
	margin: 0;
	font-family: Garamond, "Times New Roman", serif;
	font-style: normal;
}

/* Otsikot */
H1, H2, H3, H4, H5, H6 {
	font-family: Verdana, Helvetica, serif;
	font-weight: bold;
}

DIV.header {
	margin: 1em 5% 1em 5%;
	text-align: center;
}

DIV.header H1 {
	text-align: center;
}

H1 {
	text-align: center;
	color: #FAFAD2;
	background: #000000 none;
	font-size: 1.85em; /*Vanhat selaimet eivät pidä tästä määrittelystä, esim IE3*/
	margin: 0.30em 0 0.15em 0;
  	border: none;
}

H2 {
	text-align: center;
	color: #000000;
	background: #FAFAD2 none;
	/*font-size: 1.5em;*/
	border-bottom: #000000 solid;
	margin: 0.5em 0 0.25em 0;
}

H3 {
	color: #000000;
	background: #FAFAD2 none;
	/*font-size: 1.33em;*/
	margin: 0.90em 0 0.45em 0;	
}

H4 {
	color: #000000;
	background: #FAFAD2 none;
	/*font-size: 1.17em;*/
	margin: 0.50em 0 0.25em 0;
}

H5 {
	color: #000000;
	background: #FAFAD2 none;
	/*font-size: 1em;*/
	margin: 0.50em 0 0.25em 0;
}

H6 {
	color: #000000;
	background: #FAFAD2 none;
	/*font-size: 1em;*/
	margin: 0.50em 0 0.25em 0;
}

/* Teksti kappaleet */

/* Suurempi kirjain kappaleen alkuun */
SPAN.alkukirjain {
	font-size: x-large;
}

/* Anfangi */
SPAN.anfangi {
	background: #000000 none;
	color: #FAFAD2;
	font-weight: bold;
	font-size: x-large;
}

/* Erilaisia kappaleita */
P {
	margin: 0.5em 3em 1em 3em;
	text-align: justify;
}

P.ingressi {
	font-style: italic;
	font-weight: bold;
	margin: 0em 3em 1em 3em;
}

P.huomio {
	text-align: center;
	font-weight: bold;
	font-size: large;
	color: #FF0000;
	background: #FAFAD2 none;
	margin: 0.5em 3em 1em 3em;
}

P.huomautus {
	text-align: center;
	margin: 0.5em 3em 1em 3em;
	font-weight: bold;
	color: #FF0000;
	background: #FAFAD2 none;
	border: solid #000000;
}

P.pienennetty {
	font-size: 0.70em;
	margin: 0.5em 3em 1em 3em;
}

P.ylapalkki {
	background: silver none;
	color: #000000;
	text-align: center;
	font-size: 1.17em;
	font-weight: bold;
	border: #000000 ridge;
	margin: 0 1em 0 1em;
}

P.navigointi {
	font-weight: bold;
	text-align: center;
}

P.banner {
	font-size: larger;
	font-weight: bold;
	text-align: center;
}

/* Teksti */

EM {	
	background: #FAFAD2 none;
	font-size: larger;
	font-weight: bold;
	color: red;
	margin: 0 3em 0 3em;
}

TT,CODE,SAMP {
	font-family: monospace;
}

/* Kuvat */

IMG.muotokuva {
	float: none;
	margin: 1px;
}

/* Listat */

/* Lomakkeet */

FORM {
	margin: 0 3em 0 3em;
}
/* Taulukko */

TABLE {
	margin: 0.5em 3em 1em 3em;
}

TD.selvennys {
	font-weight: bold;
}

/* Linkit */

A:link{
	color: #0000CC;}
A:visited{
	color: #990033;}
A:active{
	color: #FF0000;}
/*
A:link, A:visited, A:active {
	background: #FAFAD2 none;
}
*/

/* Sekalaisia */
HR {
	background: #FAFAD2 none;	
	color: #000000;
	margin: 1em 2em 1em 2em;
}

